summaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorHector Chu <hectorchu@gmail.com>2012-02-16 20:49:50 +0000
committerHector Chu <hectorchu@gmail.com>2012-02-16 20:49:50 +0000
commit3de4fc399a69c7a81e00863a3a75fbbc0601e8b4 (patch)
treea8c7b5cfb6e16e62e1c246251580c15adf7e5894 /src/run.bat
parentb81e87dfc4dd5174d2adb787de7b717461233691 (diff)
downloadgo-3de4fc399a69c7a81e00863a3a75fbbc0601e8b4.tar.gz
make.bat, run.bat: echo newlines
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5671072
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/run.bat b/src/run.bat
index f258ae10f..9f2af3978 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -18,23 +18,23 @@ if x%1==x--no-rebuild goto norebuild
echo # Building packages and commands.
go install -a -v std
if errorlevel 1 goto fail
-echo .
+echo.
:norebuild
echo # Testing packages.
go test std -short -timeout=120s
if errorlevel 1 goto fail
-echo .
+echo.
echo # runtime -cpu=1,2,4
go test runtime -short -timeout=120s -cpu=1,2,4
if errorlevel 1 goto fail
-echo .
+echo.
echo # sync -cpu=10
go test sync -short -timeout=120s -cpu=10
if errorlevel 1 goto fail
-echo .
+echo.
:: TODO: The other tests in run.bash, especially $GOROOT/test/run.