diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | tests/test.sce | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 43effb0..1bf2494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ script: - cd src/ - bash make.sh - cd $TRAVIS_BUILD_DIR/ -- scilab-cli -f tests/test.sce -quit +- scilab-cli -f tests/test.sce diff --git a/tests/test.sce b/tests/test.sce index b3a7993..8e68761 100644 --- a/tests/test.sce +++ b/tests/test.sce @@ -382,3 +382,5 @@ disp(length(test_pass),"Total functions tested:") disp("ALL OK") //exit() end + +exit()
\ No newline at end of file |