camlibot: run in staticres mode until closureRoot works

Change-Id: I24252453e1935d9e7308512c705f8ca6e3fda01b
This commit is contained in:
mpl 2013-06-14 00:15:05 +02:00
parent 40b4485b9e
commit 7efc0d131e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ var NameToCmd = map[string]string{
"buildGoTip1": "./make.bash",
"buildCamli1": "make forcefull",
"buildCamli2": "make presubmit",
"runCamli": "./dev-server --wipe --mysql --offline",
"runCamli": "./dev-server --wipe --mysql --staticres --offline",
"hitCamliUi1": "http://localhost:3179/ui/",
"camget": "./dev-camget ",
"camput1": "./dev-camput file --permanode " + testFile[0],