File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 1111 # show openSSL version
1212 openssl version
1313
14+ # Exit immediately if a command exits with a non-zero status.
15+ set -e
16+ xvfb-run enduser/test_trackereditor -a --format=plain
17+ set +e
18+
1419elif [ " $TRAVIS_OS_NAME " = " osx" ]
1520then
1621 # show macOS version
1722 sw_vers
1823
1924 # show openSSL version
2025 openssl version
26+
27+ # Exit immediately if a command exits with a non-zero status.
28+ set -e
29+ enduser/test_trackereditor -a --format=plain
30+ set +e
31+
32+ elif [ " $TRAVIS_OS_NAME " = " windows" ]
33+ then
34+ # Exit immediately if a command exits with a non-zero status.
35+ set -e
36+ enduser/test_trackereditor -a --format=plain
37+ set +e
2138fi
2239
23- # Exit immediately if a command exits with a non-zero status.
24- set -e
25- enduser/test_trackereditor -a --format=plain
26- set +e
2740
2841# Remove all the extra file created by test
2942# We do not what it in the ZIP release files.
You can’t perform that action at this time.
0 commit comments