projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc355d
)
Test-Run-Script ohne Harness
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 10 Feb 2017 12:35:36 +0000
(13:35 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 10 Feb 2017 12:35:36 +0000
(13:35 +0100)
Wenn man mal nur die rohe Ausgabe eines Tests sehen will.
t/run.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/t/run.sh
b/t/run.sh
new file mode 100755
(executable)
index 0000000..
adaca91
--- /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" "$@"