Skip to content
Snippets Groups Projects
Commit 9d87117c authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update run-tests script

parent 37881d57
No related branches found
No related tags found
1 merge request!102Release 1.0.0
#!/bin/sh
set -e
echo "\n\033[1;32m▶ Xcode version\033[0m"
xcodebuild -version
if [ ! -n "$1" ]; then
echo "\n\033[1;32m▶ Running package tests on iOS Simulator...\033[0m"
......@@ -13,7 +16,7 @@ elif [ "$1" = "examples" ]; then
else
echo "Invalid option. Usage:"
echo "\n\033[1;31m▶ Invalid option.\033[0m Usage:"
echo " run-tests.sh - Run package tests"
echo " run-tests.sh examples - Run examples tests"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment