Skip to content

Commit

Permalink
tools/test-launcher.sh: drop the -x flag
Browse files Browse the repository at this point in the history
The script works as intended and ve we can reduce the verbosity level now.
  • Loading branch information
goneri authored and shatakshiiii committed Dec 11, 2024
1 parent faa433b commit 91cc5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-launcher.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -eux
set -eu
set -o pipefail

cleanup()
Expand Down

0 comments on commit 91cc5f0

Please sign in to comment.