Skip to content

Commit 7834f50

Browse files
committed
Add bash shebang and strict mode
1 parent d1764d8 commit 7834f50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/generate_perf_results.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
set -o pipefail
1+
#!/usr/bin/env bash
2+
set -euo pipefail
23

34
mkdir -p build/perf_stat_dir
45
python3 scripts/run_tests.py --running-type="performance" | tee build/perf_stat_dir/perf_log.txt

0 commit comments

Comments
 (0)