Skip to content

Commit acefc6a

Browse files
authored
[sanitizer] Remove set -exu from the script
It's already in "*_functions.sh"
1 parent 5abe473 commit acefc6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zorg/buildbot/builders/sanitizers/buildbot_bootstrap_hwasan.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/usr/bin/env bash
22

3-
set -x
4-
set -e
5-
set -u
6-
73
HERE="$(cd $(dirname $0) && pwd)"
84
. ${HERE}/buildbot_functions.sh
95

0 commit comments

Comments
 (0)