From: Moritz Bunkus Date: Fri, 10 Feb 2017 12:35:36 +0000 (+0100) Subject: Test-Run-Script ohne Harness X-Git-Tag: release-3.5.4~1507 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/70c5caebbc8fa418b8a17fbbdb950770f8c2d21b Test-Run-Script ohne Harness Wenn man mal nur die rohe Ausgabe eines Tests sehen will. --- diff --git a/t/run.sh b/t/run.sh new file mode 100755 index 000000000..adaca914a --- /dev/null +++ b/t/run.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +dir="$(dirname "$0")" + +perl "-I${dir}/../modules/override" "-I${dir}/.." "-I${dir}/../modules/fallback" "$@"