Last change
on this file since 2360 was
1945,
checked in by yushan, 4 years ago
|
trunk : modif related to compilation before unit tests. No longer compile on login node.
|
-
Property svn:executable set to
*
|
File size:
274 bytes
|
Rev | Line | |
---|
[1810] | 1 | #!/bin/bash |
---|
[1945] | 2 | export COPY_TO_SERVER=false |
---|
[1913] | 3 | if [[ $1 == "--copy" ]] |
---|
| 4 | then |
---|
| 5 | export COPY_TO_SERVER=$2 |
---|
| 6 | echo "copy to server =" ${COPY_TO_SERVER} |
---|
| 7 | fi |
---|
[1810] | 8 | source ./load_env |
---|
| 9 | mkdir -p RUN_TEST_SUITE |
---|
| 10 | cp -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.