Changeset a5ef7ec in flexpart.git for tests/NILU/run_tests


Ignore:
Timestamp:
Oct 16, 2015, 11:06:23 AM (9 years ago)
Author:
Ignacio Pisso <Ignacio.Pisso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
21e8feb
Parents:
17bfbe1
Message:

modify verbosity of bash test scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/NILU/run_tests

    r17bfbe1 ra5ef7ec  
    3737#declare -a test_names=('1' 'HelloWorld' 'Fwd1' 'Fwd2' 'Bwd1' 'Volc' '2')
    3838
    39 #blabla
    4039#Print the Whole Bash Array
    4140s_test_names=${test_names[@]}
     
    4342n_tests=${#test_names[@]}
    4443#echo n_tests=$n_tests
    45 echo run $n_tests  tests:  $s_test_names
    46 
     44echo run $s_test_names
     45echo total $n_tests tests
    4746#test
    4847#tests_dir='tests_15-08-19_113139/'
     
    5756  let j=i+1
    5857  name=${test_names[i]};
    59   echo test no. $j name= $name
    60   echo in $path_tests/test_$name
     58  echo run test no. $j 
     59#  echo name= $name
     60#  echo working dir= $path_tests/test_$name
     61#  echo executable= $FP_exec
     62#  echo default options from $options_default
    6163  ./run_test test_$name  $FP_exec $path_tests $options_default
    62   echo terminated
     64  echo test $name terminated
    6365  success="$(cat $path_tests/test_$name/$outlog  | grep CONGRATULATIONS  | wc -l)"
    6466  echo success=$success
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG