We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a84547 commit 1b1afa3Copy full SHA for 1b1afa3
jenkins/runRTAtest.fish
@@ -12,6 +12,7 @@ and eval $TEST_SUITE
12
and setAllLogsToWorkspace
13
and switchBranches $ARANGODB_BRANCH $ENTERPRISE_BRANCH true
14
and updateDockerBuildImage
15
+or exit 1
16
if test "$ASAN" = "true"
17
echo "San build"
18
sanOn
@@ -35,7 +36,6 @@ and TT_setup
35
36
and oskarCompile
37
and TT_compile
38
and downloadAuxBinariesToBuildBin
-
39
and checkoutRTA
40
and cd work/release-test-automation/
41
if test "$ENTERPRISEEDITION" = "On"
0 commit comments