From 802984f59bbe95bb4af9b155a96a63f05852d59e Mon Sep 17 00:00:00 2001 From: Tadaya Tsuyukubo Date: Sun, 4 Mar 2018 21:15:33 -0800 Subject: [PATCH] Add script to run tests with all dbs --- run-tests-with-all-dbs.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 run-tests-with-all-dbs.sh diff --git a/run-tests-with-all-dbs.sh b/run-tests-with-all-dbs.sh new file mode 100755 index 000000000..0ed580ac3 --- /dev/null +++ b/run-tests-with-all-dbs.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +./mvnw test -P test-all-dbs