We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37e15ae + 103008a commit 07e47b1Copy full SHA for 07e47b1
Utils/run-full-tests.sh
@@ -27,7 +27,7 @@ bold_off="$(tput sgr0)"
27
28
spm_flags=""
29
30
-if [ "$(uname)" == "Darwin" ]; then
+if [ "$(uname)" = "Darwin" ]; then
31
swift="xcrun swift"
32
else
33
swift="swift"
0 commit comments