Skip to content

Commit

Permalink
fix: Improve strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Aug 19, 2024
1 parent f5780ad commit dac6989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bats/002-scans.bats
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ teardown() {
gallia scan uds sessions --depth 2
}

@test "scan fast" {
@test "scan sessions fast" {
gallia scan uds sessions --fast
}

Expand Down
1 change: 1 addition & 0 deletions tests/bats/run_bats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dac6989

Please sign in to comment.