Skip to content

Commit ca5e07e

Browse files
authored
Make test logs more verbose using bash -x option (#1610)
1 parent 3b5d165 commit ca5e07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env nix-shell
2-
#! nix-shell -i bash -p bash jq nix gnused
2+
#! nix-shell -i "bash -x" -p bash jq nix gnused
33

44
set -euo pipefail
55

0 commit comments

Comments
 (0)