]> wagnertech.de Git - kivitendo-erp.git/commitdiff
t/test hat modules/fallback und modules/override nicht benutzt.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 10 Jan 2012 15:29:45 +0000 (16:29 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 10 Jan 2012 15:29:45 +0000 (16:29 +0100)
t/test.sh

index c83cdb75463806fa952a5a4ccc66b2d6e46db7ad..521fa0cd7259569330db7efb8078a6e70bca106d 100755 (executable)
--- a/t/test.sh
+++ b/t/test.sh
@@ -1 +1 @@
-find t | grep "\.t$" | grep -v '^t/old' | HARNESS_OPTIONS=j:c xargs perl -MTest::Harness -e 'runtests(@ARGV)'
+find t | grep "\.t$" | grep -v '^t/old' | HARNESS_OPTIONS=j:c xargs perl -Imodules/fallback -MTest::Harness -e 'BEGIN { unshift @INC, "modules/override" } runtests(@ARGV)'