Skip to content

v0.2.54..v0.2.55 changeset ServiceDbListMapsCmdTest.sh

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/test-files/cmd/quick/ServiceDbListMapsCmdTest.sh b/test-files/cmd/quick/ServiceDbListMapsCmdTest.sh
index 456267e..e9f8d6b 100755
--- a/test-files/cmd/quick/ServiceDbListMapsCmdTest.sh
+++ b/test-files/cmd/quick/ServiceDbListMapsCmdTest.sh
@@ -13,3 +13,7 @@ hoot convert --warn $CONFIG -D api.db.email=$EMAIL -D hootapi.db.writer.create.u
 
 # list the maps (not dealing with public maps here; see ServiceHootApiDbTest)
 hoot db-list-maps --warn $CONFIG -D api.db.email=$EMAIL $HOOT_DB_URL
+
+# clean-up the databases
+hoot db-delete-map --warn $CONFIG -D api.db.email=$EMAIL $HOOT_DB_URL/DbListMapsCmdTest1
+hoot db-delete-map --warn $CONFIG -D api.db.email=$EMAIL $HOOT_DB_URL/DbListMapsCmdTest2
Clone this wiki locally