test fix: I count the skipped tests properly

This commit is contained in:
Dima Kogan 2021-08-27 10:45:20 -07:00
parent 1f6d8c141f
commit b0fcad93ae

View File

@ -326,7 +326,7 @@ SKIP:
# the host machine can cause a test failure. It's fine pretty much all the # the host machine can cause a test failure. It's fine pretty much all the
# time on my not-too-new laptop, but this is bad for automated testing # time on my not-too-new laptop, but this is bad for automated testing
skip "Skipping unreliable tests. Set RUN_ALL_TESTS environment variable to run them all", 18 unless $ENV{RUN_ALL_TESTS}; skip "Skipping unreliable tests. Set RUN_ALL_TESTS environment variable to run them all", 20 unless $ENV{RUN_ALL_TESTS};
tryplot( testname => 'Histogram plot', tryplot( testname => 'Histogram plot',