@@ -188,8 +188,6 @@ install:
# Configure Travis-CI build environment for TFB
# e.g. setup databases, users, etc
- ./config/travis_setup.sh
- #- ./toolset/run-ci.py cisetup "$TESTDIR"
- - cat ./benchmark.cfg
addons:
postgresql: "9.3"
@@ -4,4 +4,3 @@ fw_depends lwan
cd $LWAN_ROOT/techempower
$LWAN_BUILD/techempower/techempower &
-
@@ -297,7 +297,7 @@ class CIRunnner:
names = ' '.join(self.names)
# Assume mode is verify
- command = "toolset/run-tests.py --mode verify -u travis -r testrunner --database-user travis --test %s" % names
+ command = "toolset/run-tests.py --mode verify --test %s" % names
# Run the command
log.info("Running mode %s with commmand %s", self.mode, command)