Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-06 Thread philippe
Le 06/08/2019 à 15:38, Samuel Gougeon a écrit : Le 06/08/2019 à 15:03, philippe a écrit : the line 811 should be replaced with something like : SCI_path=strsplit(SCI,'/');SCI_BIN = strcat(SCI_path(1:$-2),'/'); but this modification freeze scilab when launching test_run although running "/usr

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-06 Thread philippe
Le 06/08/2019 à 15:44, Samuel Gougeon a écrit : So, shouldn't the command line be /usr/share/scilab-6.0.2/share/scilab/bin/scilab intead of /usr/share/scilab-6.0.2/bin/scilab that you mention earlier? Could you confirm please? for ubuntu 18.04 current scilab version is 6.0.1 so I've donw

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-06 Thread Samuel Gougeon
Le 06/08/2019 à 15:44, Samuel Gougeon a écrit : Le 06/08/2019 à 15:03, philippe a écrit : .../... I've just done this an get : -> test_run("ast",[],"no_check_ref")    TMPDIR = /tmp/SCI_TMP_32597_VRKa5r  Module  001/001 - [ast] :  001/154 - [ast] Sand.

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-06 Thread Samuel Gougeon
Le 06/08/2019 à 15:03, philippe a écrit : .../... I've just done this an get : -> test_run("ast",[],"no_check_ref")    TMPDIR = /tmp/SCI_TMP_32597_VRKa5r  Module  001/001 - [ast] :  001/154 - [ast] Sand.  (   /usr/-6.0.2//bin/scilab -nwni  -nb -quit --t

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-06 Thread Samuel Gougeon
Le 06/08/2019 à 15:03, philippe a écrit : .../... I've just done this an get : -> test_run("ast",[],"no_check_ref")    TMPDIR = /tmp/SCI_TMP_32597_VRKa5r  Module  001/001 - [ast] :  001/154 - [ast] Sand.  (   /usr/-6.0.2//bin/scilab -nwni  -nb -quit --t

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-06 Thread philippe
Le 02/08/2019 à 16:27, Samuel Gougeon a écrit : In test_run.sci edit test_run you may insert disp(test_cmd) in absolute line 891, just before launching the slave session with returnStatus = host(test_cmd); And see what it is. I've just done this an get : -> test_run("ast",[],"no_check_re

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-02 Thread Samuel Gougeon
Le 02/08/2019 à 10:08, philippe a écrit : Le 01/08/2019 à 22:29, Samuel Gougeon a écrit : Sorry for you. I can't reproduce on Win7. You may search to which issue the exit code 127 (coming from the shell of your OS) corresponds. on linux error code 127 should stand for  "command not found"

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-02 Thread philippe
Le 01/08/2019 à 23:28, Samuel Gougeon a écrit : Le 01/08/2019 à 22:49, Samuel Gougeon a écrit : Le 01/08/2019 à 22:16, philippe a écrit : ... no all tests fail (excepts those who are skipped automatically) : This could come from an autoloaded ATOMS module, if any. this happened on a "fres

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-02 Thread philippe
Le 01/08/2019 à 22:29, Samuel Gougeon a écrit : Sorry for you. I can't reproduce on Win7. You may search to which issue the exit code 127 (coming from the shell of your OS) corresponds. on linux error code 127 should stand for "command not found" In addition,  do the tests pass when you e

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-01 Thread Samuel Gougeon
Le 01/08/2019 à 22:49, Samuel Gougeon a écrit : Le 01/08/2019 à 22:16, philippe a écrit : ... no all tests fail (excepts those who are skipped automatically) : This could come from an autoloaded ATOMS module, if any. You may try canceling the autoloading of all your installed modules, and t

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-01 Thread Samuel Gougeon
Le 01/08/2019 à 22:16, philippe a écrit : Le 01/08/2019 à 18:19, Samuel Gougeon a écrit : Yes, it's a bad start, but it's just for the api_scilab module (unfortunately it's the first tested one :/) Just try with the next one: test_run("ast",[],"no_check_ref") no all tests fail (excepts tho

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-01 Thread Samuel Gougeon
Le 01/08/2019 à 22:16, philippe a écrit : Le 01/08/2019 à 18:19, Samuel Gougeon a écrit : Yes, it's a bad start, but it's just for the api_scilab module (unfortunately it's the first tested one :/) Just try with the next one: test_run("ast",[],"no_check_ref") no all tests fail (excepts tho

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-01 Thread philippe
Le 01/08/2019 à 18:19, Samuel Gougeon a écrit : Yes, it's a bad start, but it's just for the api_scilab module (unfortunately it's the first tested one :/) Just try with the next one: test_run("ast",[],"no_check_ref") no all tests fail (excepts those who are skipped automatically) : --> t

Re: [Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-01 Thread Samuel Gougeon
Le 01/08/2019 à 14:22, philippe a écrit : Hi, I've just move to a new laptop and I try to rebuild toolboxes I've created for scilab-6.0.2, every thing looks fine except that all unit tests fail ! I realize that in fact ALL SCILAB unit tests fail  with the same error message : --> test_run(

[Scilab-users] test_run failed: Slave Scilab exited with error code 127

2019-08-01 Thread philippe
Hi, I've just move to a new laptop and I try to rebuild toolboxes I've created for scilab-6.0.2, every thing looks fine except that all unit tests fail ! I realize that in fact ALL SCILAB unit tests fail with the same error message : --> test_run([],[],'no_check_ref') TMPDIR = /tmp/SCI_