Tests may dirty workspace

This commit is contained in:
Jakob Borg 2014-11-23 23:09:40 +01:00
parent e336cd463f
commit afbb06a72f
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ case "${1:-default}" in
-v $(pwd):/go/src/github.com/syncthing/syncthing \
-w /go/src/github.com/syncthing/syncthing \
syncthing/build:$DOCKERIMGV \
sh -c './build.sh clean && STTRACE=all ./build.sh test-cov && ./build.sh all'
sh -c './build.sh clean && ./build.sh all && STTRACE=all ./build.sh test-cov'
;;
docker-test)