summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKRIXUS-alpha2021-04-22 12:37:28 +0530
committerKRIXUS-alpha2021-04-22 12:37:28 +0530
commit4f2c20396197ce27bb7ad197a6a1af88903e3a88 (patch)
tree82da87c55691ce6d5041a107daa8f74601ba7b63
parentf918d7f5291bf8d44f738bb91cfc3d2c26168041 (diff)
downloadfossee-scilab-octave-toolbox-4f2c20396197ce27bb7ad197a6a1af88903e3a88.tar.gz
fossee-scilab-octave-toolbox-4f2c20396197ce27bb7ad197a6a1af88903e3a88.tar.bz2
fossee-scilab-octave-toolbox-4f2c20396197ce27bb7ad197a6a1af88903e3a88.zip
quit the scilab-cli
-rw-r--r--.travis.yml2
-rw-r--r--tests/test.sce2
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