Skip to content

Commit e06a591

Browse files
committed
abort on error
1 parent e5d8769 commit e06a591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/runRTAtest.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and eval $TEST_SUITE
1212
and setAllLogsToWorkspace
1313
and switchBranches $ARANGODB_BRANCH $ENTERPRISE_BRANCH true
1414
and updateDockerBuildImage
15+
or exit 1
1516
if test "$ASAN" = "true"
1617
echo "San build"
1718
sanOn
@@ -35,7 +36,6 @@ and TT_setup
3536
and oskarCompile
3637
and TT_compile
3738
and downloadAuxBinariesToBuildBin
38-
3939
and checkoutRTA
4040
and cd work/release-test-automation/
4141
if test "$ENTERPRISEEDITION" = "On"

0 commit comments

Comments
 (0)