From 4f2c20396197ce27bb7ad197a6a1af88903e3a88 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Thu, 22 Apr 2021 12:37:28 +0530 Subject: quit the scilab-cli --- .travis.yml | 2 +- tests/test.sce | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit