Ignore:
Timestamp:
09/26/19 09:17:11 (5 years ago)
Author:
yushan
Message:

Generic_testcase : delete root reference and related bash scripts. Need to find a solution to delete them from svn server

File:
1 edited

Legend:

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

    r1708 r1724  
    11#!/bin/bash 
    2  
    3 fname=test_report.txt 
    4 touch $fname 
    5  
    6 > $fname 
    7  
    8 gname=report.txt 
    9  
    10  
    11 cd test_function 
    12  
    13 echo "" >> ../$fname 
    14 echo "testing reduce functions..." >> ../$fname 
    15 echo "" >> ../$fname 
    16  
    17 ../run_sub_test.sh 
    18 cat $gname >> ../$fname  
    192 
    203 
    214 
    225 
    23 cd ../test_axis_algo 
    24  
    25 echo "" >> ../$fname 
    26 echo "testing axis transformations..." >> ../$fname 
    27 echo "" >> ../$fname 
    28  
    29 ../run_sub_test.sh 
    30 cat $gname >> ../$fname  
    31  
    32  
    33  
    34  
Note: See TracChangeset for help on using the changeset viewer.