Browse Source

Added explicit user values for Travis scripts

Steven Smith 9 years ago
parent
commit
a5c2330f37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/run-ci.py

+ 1 - 1
toolset/run-ci.py

@@ -304,7 +304,7 @@ class CIRunnner:
 
     names = ' '.join(self.names)
     # Assume mode is verify
-    command = "toolset/run-tests.py --mode verify --test %s" % names
+    command = "toolset/run-tests.py --mode verify -u travis -r testrunner --database-user travis --test %s" % names
     
     # Run the command
     log.info("Running mode %s with commmand %s", self.mode, command)