Last change
on this file since 2520 was
2292,
checked in by jderouillat, 3 years ago
|
Fix in the test suite to launch generic_testcase only if compile succeed. + Minor fix for ccc_mpp
|
-
Property svn:executable set to
*
|
File size:
320 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 | ./launch_compile $1 $2 |
---|
10 | if [[ -n $(find BUILD/ -name generic_testcase.exe) ]] |
---|
11 | then |
---|
12 | ./launch_test_suite $1 $2 |
---|
13 | else |
---|
14 | echo "All compilation test failed" |
---|
15 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.