mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
Tests may dirty workspace
This commit is contained in:
parent
e336cd463f
commit
afbb06a72f
2
build.sh
2
build.sh
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user