Skip to content

Commit 41c2a62

Browse files
authored
Add -x to test_torchao_huggingface_checkpoints.sh (#14232)
Causes the script to print commands it's executing which should make debugging easier
1 parent 957915f commit 41c2a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_torchao_huggingface_checkpoints.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -euxo pipefail
33

44
# -------------------------
55
# Args / flags

0 commit comments

Comments
 (0)