summaryrefslogtreecommitdiff
path: root/buildbot/with-postgres.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/with-postgres.sh')
-rwxr-xr-xbuildbot/with-postgres.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildbot/with-postgres.sh b/buildbot/with-postgres.sh
index a4552d9..ba0d83a 100755
--- a/buildbot/with-postgres.sh
+++ b/buildbot/with-postgres.sh
@@ -14,7 +14,6 @@ export PGHOST=localhost
$PG_DIR/pg_ctl -D $TMP_DB_DIR/ -o "-c unix_socket_directories=$HOME" -l logfile start
$PG_DIR/createdb talercheck
$PG_DIR/createdb synccheck
-$PG_DIR/createdb anastasischeck
# Run the commands
"$@"