source: XIOS/trunk/xios_test_suite/launch_test_suite @ 1913

Last change on this file since 1913 was 1913, checked in by yushan, 4 years ago

trunk : update html

  • Property svn:executable set to *
File size: 274 bytes
Line 
1#!/bin/bash
2export COPY_TO_SERVER=false
3if [[ $1 == "--copy" ]]
4then
5  export COPY_TO_SERVER=$2
6  echo "copy to server =" ${COPY_TO_SERVER}
7fi
8source ./load_env
9mkdir -p RUN_TEST_SUITE
10cp -r TEST_SUITE/* RUN_TEST_SUITE
11(cd RUN_TEST_SUITE && ./run_test_${xios_machine_name})
Note: See TracBrowser for help on using the repository browser.