Skip to content

Commit 371a60c

Browse files
committed
Add -e to bash options in scripts.
See discussion in #591
1 parent e0c2c42 commit 371a60c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

scripts/jobs/validate/junit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash -e
2+
13
baseDir=${WORKSPACE-`pwd`}
24
scriptsDir="$baseDir/scripts"
35
. $scriptsDir/common

scripts/jobs/validate/partest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash -e
2+
13
baseDir=${WORKSPACE-`pwd`}
24
scriptsDir="$baseDir/scripts"
35
. $scriptsDir/common

scripts/jobs/validate/scalastyle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash -e
2+
13
baseDir=${WORKSPACE-`pwd`}
24
scriptsDir="$baseDir/scripts"
35
. $scriptsDir/common

0 commit comments

Comments
 (0)