Skip to content

Commit

Permalink
Pass bash command return code out to docker compose exec
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Mar 27, 2019
1 parent c888e1f commit 419a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ rm -rf ./data ./log

docker-compose up -d

docker-compose exec -T tics0 bash -c 'cd /tests ; ./run-test.sh mutable-test'
docker-compose exec tics0 bash -c 'cd /tests ; ./run-test.sh mutable-test'

docker-compose down

0 comments on commit 419a9d3

Please sign in to comment.