diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-05-27 15:58:25 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-27 15:58:25 +0200 |
commit | 8ea4c7d1dac558d2d38493407de12b0af35012a6 (patch) | |
tree | 29048560dfae836cfae0ff3ce59b057d52c7c757 /test/runTest | |
parent | 99045844a41ab7e070d992bcf3baf944580978fd (diff) | |
download | dbscripts-gitpkgsv2.tar.gz dbscripts-gitpkgsv2.tar.xz |
add some TODOsgitpkgsv2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/runTest')
-rwxr-xr-x | test/runTest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runTest b/test/runTest index 24c6c31..5884aad 100755 --- a/test/runTest +++ b/test/runTest @@ -8,6 +8,10 @@ else tests=("$(dirname ${BASH_SOURCE[0]})/test.d/"*.sh) fi +# TODO: this should be ported to tap.sh https://github.com/andrewgregory/tap.sh +# and use something similar to the next line +# prove --ext .php --state=hot,slow,all,save --timer -o -e "php index.php tools test $url" -r "$@" application/test/tests/ + for t in "${tests[@]}"; do l=$(basename ${t} .sh) if [ -x ${t} ]; then |