summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-27 12:32:08 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-27 12:32:08 +0100
commit5fc875a80b5f8adca848acf467db7a7d89c1a172 (patch)
tree58b4236dc70e75743a566460401191fe4faa84f5 /src/auditor/test-auditor.sh
parent0ebbea705fa7b20dfbe0479e668df36bc0d7da5f (diff)
downloadexchange-5fc875a80b5f8adca848acf467db7a7d89c1a172.tar.gz
exchange-5fc875a80b5f8adca848acf467db7a7d89c1a172.tar.bz2
exchange-5fc875a80b5f8adca848acf467db7a7d89c1a172.zip
renable cleanup
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index b1be12d23..c8428156e 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1820,8 +1820,8 @@ check_with_database()
fi
done
echo "Cleanup (disabled, leaving database $DB behind)"
-# dropdb $DB
-# rm -r $WIRE_FEE_DIR
+ dropdb $DB
+ rm -r $WIRE_FEE_DIR
}