2c09606603
We wasted some time trying to get the tests running locally, when all we were missing were the 'git submodule ...' commands. Add some more obvious hints about this possible stumbling block. Note that Bats cautions against printing outside the @test, setup* or teardown* functions [1]. In this case, doing so leads to the first line of the error output going missing, when using the pretty formatter for human consumption: $ bats --formatter pretty ./test/system ✗ setup_suite Forgot to run 'git submodule init' and 'git submodule update' ? bats warning: Executed 1 instead of expected 191 tests 191 tests, 1 failure, 190 not run [1] https://bats-core.readthedocs.io/en/stable/writing-tests.html https://github.com/containers/toolbox/pull/1298 Signed-off-by: Matthias Clasen <mclasen@redhat.com> |
||
---|---|---|
.. | ||
system |