source: XIOS/trunk/xios_test_suite/launch_test_suite @ 1916

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

trunk : change job_running criteria. Job name = XIOS_rev. Auto generate compile job scripts.

  • Property svn:executable set to *
File size: 273 bytes
Line 
1#!/bin/bash
2export COPY_TO_SERVER=true
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.