diff --git a/tests/bats/002-scans.bats b/tests/bats/002-scans.bats index 9e71dfb2f..869db0e06 100644 --- a/tests/bats/002-scans.bats +++ b/tests/bats/002-scans.bats @@ -26,7 +26,7 @@ teardown() { gallia scan uds sessions --depth 2 } -@test "scan fast" { +@test "scan sessions fast" { gallia scan uds sessions --fast } diff --git a/tests/bats/run_bats.sh b/tests/bats/run_bats.sh index 31c8368d7..cc704c47b 100755 --- a/tests/bats/run_bats.sh +++ b/tests/bats/run_bats.sh @@ -15,6 +15,7 @@ gallia script vecu --no-volatile-info "unix-lines:///tmp/vecu.sock" rng \ trap 'kill "$(jobs -p)"' SIGINT SIGTERM EXIT if ! bats -r "$(dirname "$BASH_ARGV0")"; then + echo "vecu log:" cat vecu.log exit 1 fi