<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 02/08/2019 à 10:08, philippe a
écrit :<br>
</div>
<blockquote type="cite" cite="mid:qi0r1a$6lc5$1@blaine.gmane.org">Le
01/08/2019 à 22:29, Samuel Gougeon a écrit : <br>
<blockquote type="cite">
<br>
Sorry for you. I can't reproduce on Win7.
<br>
You may search to which issue the exit code 127 (coming from the
shell of your OS) corresponds.
<br>
</blockquote>
<br>
on linux error code 127 should stand for "command not found" <br>
<br>
<blockquote type="cite">
<br>
In addition, do the tests pass when you exec() them (for
instance from Scinotes) ?
<br>
</blockquote>
<br>
yes I can execute *.tst files without errors <br>
</blockquote>
<p><br>
</p>
<p>In test_run.sci <br>
edit test_run <br>
you may insert <br>
disp(test_cmd)<br>
in absolute line 891, just before launching the slave session with<br>
</p>
<pre style="font-family:Monospaced;font-style:normal;font-size:12.0;"><span style="color:rgb(0,0,0);">returnStatus</span> <span style="color:rgb(92,92,92);">=</span> <span style="color:rgb(50,185,185);">host</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">test_cmd</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span></pre>
<p>And see what it is.<br>
Or use debug() in the same purpose: know what is actually sent to
the shell.</p>
<br>
</body>
</html>