Skip to content
New issue

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

Output category in progress messages #80

Open
apjanke opened this issue Apr 20, 2019 · 0 comments
Open

Output category in progress messages #80

apjanke opened this issue Apr 20, 2019 · 0 comments
Assignees
Labels
bug Something isn't working cosmetic

Comments

@apjanke
Copy link
Owner

apjanke commented Apr 20, 2019

__run_test_suite__ looks like this:

>> __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__
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.

@apjanke apjanke added bug Something isn't working cosmetic labels Apr 20, 2019
@apjanke apjanke self-assigned this Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cosmetic
Projects
None yet
Development

No branches or pull requests

1 participant