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


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_test

    r1be76d8 ra5ef7ec  
    66base_dir=$3  # base for the output
    77options_default=$4
     8
     9echo run test '>' input
     10echo $1
     11echo $2
     12echo $3
     13echo $4
     14
     15#  echo name= $name
     16#  echo working dir= $path_tests/test_$name
     17#  echo executable= $FP_exec
     18#  echo default options from $options_default
    819 
    920#echo FP_exec=$FP_exec
    10 echo $FLEXOUT_TMP
     21echo env var FLEXOUT_TMP=$FLEXOUT_TP
    1122
    1223#suffix=$(date "+%y-%m-%d_%H%M%S")
     
    1829mkdir $test_tmp
    1930
    20 echo copy default options $options_default  to temp dir $test_tmp/options
     31echo run test '>' copy default options to temp dir
     32echo from  $options_default  to $test_tmp/options
    2133cp -r $options_default $test_tmp/options
    2234#override default options
    23 echo copy this test option files to temp dir
    24 cp  ${test_dir}/options/* $test_tmp/options/
    25 echo copy SPECIES from ${test_dir}/options/SPECIES/* to $test_tmp/options/SPECIES/
    26 cp  ${test_dir}/options/SPECIES/* $test_tmp/options/SPECIES/
     35echo copy test options files to temp dir
     36echo ${test_dir}/options/* $test_tmp/options/
     37cp   ${test_dir}/options/* $test_tmp/options/
     38echo copy test options/SPECIES to temp dir if needed
     39
     40if [ -d "${test_dir}/options/SPECIES" ]; then
     41echo from ${test_dir}/options/SPECIES/* to $test_tmp/options/SPECIES/
     42cp        ${test_dir}/options/SPECIES/*    $test_tmp/options/SPECIES/
     43fi
     44
    2745# copy paths form repo source exec tmp dir
     46echo copy test pathnames to temp dir
    2847cp ${test_dir}/pathnames $test_tmp
     48echo create output dir ${test_tmp}/output
    2949mkdir ${test_tmp}/output
    3050
     
    3757#echo run $FP_exec   to  out.log #&
    3858#$FP_exec   &> out.log #&
     59echo execute test
    3960$FP_exec > stdout.log 2> stderr.log #&
     61echo flexpart terminated
    4062
    4163
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG