We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c49b5 commit 0d30255Copy full SHA for 0d30255
2 files changed
Config.json.enc
0 Bytes
Travis/runTests.sh
@@ -27,7 +27,8 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
27
-silent-crashes \
28
-logFile $(pwd)/integrationTests.log \
29
-projectPath $(pwd)/Travis/UnityTestProject \
30
- -executemethod IBM.Watson.DeveloperCloud.Editor.TravisIntegrationTests.RunTests
+ -executemethod IBM.Watson.DeveloperCloud.Editor.TravisIntegrationTests.RunTests \
31
+ -quit
32
if [ $? = 0 ] ; then
33
echo "UnitTest COMPLETED! Exited with $?"
34
exit 0
0 commit comments