source:
NEMO/branches/2019/fix_sette_ticket2239/sette.sh
@
10687
Last change on this file since 10687 was 10687, checked in by mathiot, 6 years ago | |
---|---|
|
|
File size: 399 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | # run sette on reference configuration |
4 | ./sette_ref-cfg.sh |
5 | if [[ $? /= 0 ]]; then |
6 | echo '' |
7 | echo './sette_ref-cfg.sh didn\'t finish properly, need investigation' |
8 | exit 42 |
9 | fi |
10 | |
11 | # run sette on test cases |
12 | ./sette_test-cases.sh |
13 | if [[ $? /= 0 ]]; then |
14 | echo '' |
15 | echo './sette_test-cases.sh didn\'t finish properly, need investigation' |
16 | exit 42 |
17 | fi |
18 | |
19 | # run sette report |
20 | ./sette_rpt.sh |
21 |
Note: See TracBrowser
for help on using the repository browser.