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.
1 parent 87a8177 commit b000e89Copy full SHA for b000e89
scripts/run-integration-tests.sh
@@ -18,10 +18,6 @@ log() { printf -- "** %s\n" "$*" >&2; }
18
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
19
fatal() { error "$@"; exit 1; }
20
21
-if [[ -n ${TOOLCHAINS+x} ]] ; then
22
- fatal "Please unset the TOOLCHAINS environment variable. The OSS Swift toolchain cannot run these tests because it does not include XCTest.framework."
23
-fi
24
-
25
set -euo pipefail
26
27
RUNTIME=${RUNTIME-"docker"}
0 commit comments