projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
095abc7
)
Flow exit code from RunTests.sh in iOS (#36315)
author
Santiago Fernandez Madero
<safern@microsoft.com>
Wed, 13 May 2020 02:55:48 +0000
(19:55 -0700)
committer
GitHub
<noreply@github.com>
Wed, 13 May 2020 02:55:48 +0000
(19:55 -0700)
eng/testing/AppleRunnerTemplate.sh
patch
|
blob
|
history
diff --git
a/eng/testing/AppleRunnerTemplate.sh
b/eng/testing/AppleRunnerTemplate.sh
index
809580e
..
c146f7e
100644
(file)
--- a/
eng/testing/AppleRunnerTemplate.sh
+++ b/
eng/testing/AppleRunnerTemplate.sh
@@
-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