Skip to content

Commit

Permalink
Add version to test.sh output /2 (-x)
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Sep 25, 2024
1 parent 3b341f1 commit 8fbbfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
set -euox pipefail
SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PARENT_DIR="$(dirname "$SELF_DIR")"
BIN_DIR="$PARENT_DIR/bin"
Expand Down

0 comments on commit 8fbbfce

Please sign in to comment.