This is an automated email from the ASF dual-hosted git repository.
dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 6f5cfbd Fix TODB test when starting with an intital DB (#3650)
6f5cfbd is described below
commit 6f5cfbdbfd8fd3bc3187fd664b79a7ff1634b64d
Author: Rawlin Peters <[email protected]>
AuthorDate: Thu May 30 17:54:54 2019 -0600
Fix TODB test when starting with an intital DB (#3650)
---
traffic_ops_db/test/docker/run-db-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/traffic_ops_db/test/docker/run-db-test.sh
b/traffic_ops_db/test/docker/run-db-test.sh
index 97b7c42..7409091 100755
--- a/traffic_ops_db/test/docker/run-db-test.sh
+++ b/traffic_ops_db/test/docker/run-db-test.sh
@@ -64,7 +64,7 @@ get_current_db_version() {
}
get_db_dumps() {
- ls /db_dumps | grep '\.dump'
+ find /db_dumps -name '*.dump'
}
for d in $(get_db_dumps); do