Changeset 1708 for XIOS


Ignore:
Timestamp:
09/13/19 12:27:51 (5 years ago)
Author:
yushan
Message:

Generic_testcase : simplification of files and cleanup

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE
Files:
6 added
5 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/run_test.sh

    r1706 r1708  
    1010 
    1111cd test_function 
     12 
    1213echo "" >> ../$fname 
    1314echo "testing reduce functions..." >> ../$fname 
    1415echo "" >> ../$fname 
    15 ./run.sh 
    16 cat $gname >> ../$fname  
    1716 
    18 cd ../test_axis_algo 
    19 echo "" >> ../$fname 
    20 echo "testing axis transformations..." >> ../$fname 
    21 echo "" >> ../$fname 
    22 ./run.sh 
     17../run_sub_test.sh 
    2318cat $gname >> ../$fname  
    2419 
     
    2621 
    2722 
     23cd ../test_axis_algo 
     24 
     25echo "" >> ../$fname 
     26echo "testing axis transformations..." >> ../$fname 
     27echo "" >> ../$fname 
     28 
     29../run_sub_test.sh 
     30cat $gname >> ../$fname  
     31 
     32 
     33 
     34 
Note: See TracChangeset for help on using the changeset viewer.