Skip to content

Commit

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

Expand Down

0 comments on commit e7d667c

Please sign in to comment.