Flow exit code from RunTests.sh in iOS (#36315)
authorSantiago Fernandez Madero <safern@microsoft.com>
Wed, 13 May 2020 02:55:48 +0000 (19:55 -0700)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 02:55:48 +0000 (19:55 -0700)
eng/testing/AppleRunnerTemplate.sh

index 809580e..c146f7e 100644 (file)
@@ -45,4 +45,8 @@ dotnet xharness ios test --app="$APP_BUNDLE" \
     --targets=$TARGET \
     --output-directory=$XHARNESS_OUT
 
+_exitCode=$?
+
 echo "Xharness artifacts: $XHARNESS_OUT"
+
+exit $_exitCode