Allow runtests.sh to be run from anywhere
This commit is contained in:
parent
3a9ef8dc83
commit
bf1efbab20
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
pushd $SCRIPTS_DIR/../..
|
||||||
TESTS_DIR=examples
|
TESTS_DIR=examples
|
||||||
|
|
||||||
failures=()
|
failures=()
|
||||||
|
|
Loading…
Reference in a new issue