Skip to content

Commit

Permalink
test/system: Remove an unnecessary --verbose
Browse files Browse the repository at this point in the history
The extra debug logs from 'toolbox --verbose' are not needed for the
test case to work, and other tests don't gratuitously use --verbose
either.

Fallout from 55b5018

containers#1506
  • Loading branch information
debarshiray committed Jun 5, 2024
1 parent 3de56c0 commit 8fbd601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/104-run.bats
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ teardown() {
@test "run: 'sudo id' inside the default container" {
create_default_container

output="$("$TOOLBX" --verbose run sudo id 2>"$BATS_TEST_TMPDIR/stderr")"
output="$("$TOOLBX" run sudo id 2>"$BATS_TEST_TMPDIR/stderr")"
status="$?"

echo "# stderr"
Expand Down

0 comments on commit 8fbd601

Please sign in to comment.