Skip to content

Commit b000e89

Browse files
committed
tests: swift-testing can run with the OSS toolchain
1 parent 87a8177 commit b000e89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/run-integration-tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ log() { printf -- "** %s\n" "$*" >&2; }
1818
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
1919
fatal() { error "$@"; exit 1; }
2020

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-
2521
set -euo pipefail
2622

2723
RUNTIME=${RUNTIME-"docker"}

0 commit comments

Comments
 (0)