We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest FOT builds (Scilab-6 branch) are failing all unit tests. After loading the toolkit, run
test_run('./')
For each test we get a warning: WARNING: option "JVM NOT MANDATORY" is deprecated, please use "CLI SHELL MODE" instead
and errors: Slave Scilab exited with error code 1
The text was updated successfully, but these errors were encountered:
Partially addresses FOSSEE#39:
122003a
- JVM NOT MANDATORY is depraciated - replaced CLI SHELL MODE - more details on https://help.scilab.org/doc/5.5.2/en_US/test_run.html
Merge pull request #42 from JRGJON/JRGJON/issue39
199705c
Partially addresses #39:
No branches or pull requests
Latest FOT builds (Scilab-6 branch) are failing all unit tests. After loading the toolkit, run
test_run('./')
For each test we get a warning:
WARNING: option "JVM NOT MANDATORY" is deprecated, please use "CLI SHELL MODE" instead
and errors:
Slave Scilab exited with error code 1
The text was updated successfully, but these errors were encountered: