Skip to content

Commit 974e70a

Browse files
committed
Add -x to test_torchao_huggingface_checkpoints.sh
Causes the script to print commands it's executing which should make debugging easier ghstack-source-id: 9dc9c34 ghstack-comment-id: 3282875795 Pull-Request: #14232
1 parent f1ca55a commit 974e70a

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)