Ignore:
Timestamp:
07/01/20 10:37:06 (4 years ago)
Author:
yushan
Message:

trunk : correct an error in reference match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/TEST_SUITE/my_run.sh

    r1907 r1915  
    2727  while [ ! -z "$output" ] 
    2828  do 
    29     echo "job" $jobid "running for about" ${i} seconds 
     29    echo "job" $jobid "pending/running for about" ${i} seconds 
    3030    sleep 5 
    3131    ((i+=5)) 
     
    4343  while [ ! -z "$output" ] 
    4444  do 
    45     echo "job" $jobid "running for about" ${i} seconds 
     45    echo "job" $jobid "pending/running for about" ${i} seconds 
    4646    sleep 5 
    4747    ((i+=5)) 
Note: See TracChangeset for help on using the changeset viewer.