Skip to content

Commit

Permalink
Improves scripts/test-linux.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 28, 2018
1 parent 038103b commit 0547580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ `uname` == "Darwin" ]]; then
trap cleanup EXIT
echo "Running linux"
eval $(docker-machine env default)
docker run -it -v /Users/kzaher/Projects:/projects swift bash -c "cd /projects/RxSwift; scripts/test-linux.sh"
docker run -it -v `pwd`:/RxSwift swift bash -c "cd /RxSwift; scripts/test-linux.sh"
elif [[ `uname` == "Linux" ]]; then
CONFIGURATIONS=(debug release)

Expand Down

0 comments on commit 0547580

Please sign in to comment.