summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 13:41:47 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 13:41:47 +0100
commitb52e7ccad124ece3dae94929ed3edceaf148a139 (patch)
treecd2d6b8c2481a8e50923fec7e38202b937d6c183 /buildbot
parent5acfddf8202b3ab712a56fca59c9f11ca4bf1b55 (diff)
downloaddeployment-b52e7ccad124ece3dae94929ed3edceaf148a139.tar.gz
deployment-b52e7ccad124ece3dae94929ed3edceaf148a139.tar.bz2
deployment-b52e7ccad124ece3dae94929ed3edceaf148a139.zip
fix instruction sequence
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index 0d73cdd..4e63e38 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -35,6 +35,6 @@ for codebase in merchant exchange sync ; do
chmod a+rx -R $REPORT_DIR
done
-$PG_DIR/pg_ctl -D $TMP_DB_DIR/ stop
cd
+$PG_DIR/pg_ctl -D $TMP_DB_DIR/ stop
rm -rf $TMP_DB_DIR