[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] [tests] run all integration tests



---
 integration-tests/run-tests | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/integration-tests/run-tests b/integration-tests/run-tests
index e7c9993..cbc252b 100755
--- a/integration-tests/run-tests
+++ b/integration-tests/run-tests
@@ -26,4 +26,7 @@ pgversion=$(find-postgresql-version)
 export DAK_INTEGRATION_TEST=1
 export DAK_ROOT="$(cd $(dirname "$0")/..; pwd)"
 
-pg_virtualenv -v "${pgversion}" "${DAK_ROOT}/integration-tests/tests/0001-basic"
+for t in "${DAK_ROOT}/integration-tests/tests/"[0-9]*[^~]; do
+  echo "=== Running ${t##*/}"
+  pg_virtualenv -v "${pgversion}" "${t}"
+done
-- 
2.1.4


Reply to: