Skip to content

Commit b2c9693

Browse files
swolchokStrycekSimon
authored andcommitted
Add -x to test_torchao_huggingface_checkpoints.sh (pytorch#14232)
Causes the script to print commands it's executing which should make debugging easier
1 parent 55e9fdf commit b2c9693

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)