Skip to content

Commit d317860

Browse files
committed
Debugging
1 parent 674e077 commit d317860

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.buildkite/scripts/unit_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
set -euo pipefail
4+
set -o xtrace
45

56
source .buildkite/scripts/common.sh
67

.buildkite/scripts/unit_test_fipsonly.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
set -euo pipefail
4+
set -o xtrace
45

56
source .buildkite/scripts/common.sh
67

0 commit comments

Comments
 (0)