Skip to content

Conversation

@modocache
Copy link
Contributor

#46 is missing this change to the compiler invocation, which allows tests to run on Linux even when --library-install-path and --module-install-path are not specified.


My bad, this should have been included in #46. With this change, the following now works:

$ build_script.py \
    --swiftc="/swift/usr/bin/swiftc" \
    --build-dir="/tmp/XCTest_build" \
    --swift-build-dir="/swift/usr" \
    --test

swiftlang#46 is missing
this change to the compiler invocation, which allows tests to run
on Linux even when `--library-install-path` and
`--module-install-path` are not specified.
@modocache
Copy link
Contributor Author

Once this is merged, I plan on adding swift-corelibs-xctest to the Swift CI, by submitting a pull request with this change: modocache/swift@b2f2546

mike-ferris pushed a commit that referenced this pull request Feb 15, 2016
@mike-ferris mike-ferris merged commit 3d09338 into swiftlang:master Feb 15, 2016
@modocache modocache deleted the linux-build-script-test branch February 15, 2016 18:49
@modocache
Copy link
Contributor Author

Awesome, thanks @mike-ferris-apple! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants