Ignore:
Timestamp:
06/29/20 12:20:50 (4 years ago)
Author:
yushan
Message:

trunk : update html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/launch_test_suite

    r1810 r1913  
    11#!/bin/bash 
    2  
     2export COPY_TO_SERVER=false 
     3if [[ $1 == "--copy" ]] 
     4then 
     5  export COPY_TO_SERVER=$2 
     6  echo "copy to server =" ${COPY_TO_SERVER} 
     7fi 
    38source ./load_env 
    49mkdir -p RUN_TEST_SUITE 
Note: See TracChangeset for help on using the changeset viewer.