Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace7812 commit 0aee33bCopy full SHA for 0aee33b
1 file changed
old_tests/runAll.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+set -ev
3
+#goto git root directory
4
+git rev-parse && cd "$(git rev-parse --show-cdup)"
5
+
6
+cd old_tests
7
8
+"$SQLCLI" ${UT3_OWNER}/${UT3_OWNER_PASSWORD}@//${CONNECTION_STR} @RunAll.sql
0 commit comments