Last change
on this file since 2520 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
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | export COPY_TO_SERVER=false |
---|
3 | if [[ $1 == "--copy" ]] |
---|
4 | then |
---|
5 | export COPY_TO_SERVER=$2 |
---|
6 | echo "copy to server =" ${COPY_TO_SERVER} |
---|
7 | fi |
---|
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.