]> Cypherpunks.ru repositories - gostls13.git/commitdiff
race.bat: set exit status
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 17 Dec 2013 11:09:42 +0000 (15:09 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 17 Dec 2013 11:09:42 +0000 (15:09 +0400)
R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/43340043

src/race.bat

index 65b76cd61a1c9a50449ffb4f641020bd61f59f0a..64b2f59c158f71f87ead0a440a9efb5ad3b9674d 100644 (file)
@@ -53,4 +53,5 @@ goto end
 echo All tests passed.
 
 :end
+if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%