mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add a %swift-ide-test variable to tests and ensure that it is set on the buildbot
Swift SVN r6130
This commit is contained in:
@@ -110,6 +110,7 @@ fi
|
||||
# Run the Swift tests.
|
||||
if [ \! "$SKIP_TEST_SWIFT" ]; then
|
||||
export SWIFT="$WORKSPACE/swift/build/bin/swift"
|
||||
export SWIFT_IDE_TEST="$WORKSPACE/swift/build/bin/swift-ide-test"
|
||||
echo "--- Running Swift Tests ---"
|
||||
(cd "$WORKSPACE/swift/build" &&
|
||||
"$WORKSPACE/llvm/build/bin/llvm-lit" -sv test) || exit 1
|
||||
|
||||
Reference in New Issue
Block a user