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
__run_test_suite__ looks like this:
__run_test_suite__
>> __run_test_suite__ Integrated test scripts: liboctave/array/Array.cc-tst ................................ PASS 21/21 liboctave/array/CMatrix.cc-tst .............................. PASS 11/11 liboctave/array/CSparse.cc-tst .............................. PASS 10/10 liboctave/array/Sparse.cc-tst ............................... PASS 107/107 liboctave/array/dMatrix.cc-tst .............................. PASS 10/10 liboctave/array/dSparse.cc-tst .............................. PASS 12/12
but __run_test_suite2__ jumps right in like this:
__run_test_suite2__
>> __run_test_suite2__ Logging to: /Users/janke/octave/testify/logs/test-suite/testsuite-angharad.local-macOS-20190419_213043 <Octave/tests>/libinterp/corefcn/Cell.cc-tst ................ PASS 4/4 <Octave/tests>/libinterp/corefcn/__contourc__.cc-tst ........ PASS 1/1 <Octave/tests>/libinterp/corefcn/__dsearchn__.cc-tst ........ PASS 1/1 <Octave/tests>/libinterp/corefcn/__ichol__.cc-tst ........... PASS 1/1
The other way is better. And we've already added tags to MultiBistRunner to support it.
The text was updated successfully, but these errors were encountered:
apjanke
No branches or pull requests
__run_test_suite__
looks like this:but
__run_test_suite2__
jumps right in like this:The other way is better. And we've already added tags to MultiBistRunner to support it.
The text was updated successfully, but these errors were encountered: