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

Update run-tests script

parent c97c212e
No related branches found
No related tags found
1 merge request!102Release 1.0.0
......@@ -4,7 +4,7 @@ set -e
if [ "$1" = "macos" ]; then
echo "\n\033[1;32m▶ Running package tests on macOS...\033[0m"
set -o pipefail && swift test | ./xcbeautify
set -o pipefail && swift test 2>&1 | ./xcbeautify
elif [ "$1" = "ios" ]; then
......
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