Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0aee33b

Browse files
committed
Added sh script to run all old tests
1 parent ace7812 commit 0aee33b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

old_tests/runAll.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)