projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Sonderbehandlung im template
[kivitendo-erp.git]
/
t
/
test.sh
1
#!/bin/bash
2
3
{
4
if [[ -z $1 ]]; then
5
find t -type f -name '*.t'
6
else
7
echo -- "$@"
8
fi
9
} | HARNESS_OPTIONS=j:c xargs perl -X -Imodules/override -MTest::Harness -e 'BEGIN { push @INC, "modules/fallback" } runtests(@ARGV)'