projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e2e3b
)
Add script for launching unit tests with fail fast enabled
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 10 Jul 2020 14:13:09 +0000
(16:13 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Fri, 10 Jul 2020 14:13:09 +0000
(16:13 +0200)
contrib/test_failfast
[new file with mode: 0755]
patch
|
blob
diff --git a/contrib/test_failfast
b/contrib/test_failfast
new file mode 100755
(executable)
index 0000000..
c5dcaa3
--- /dev/null
+++ b/
contrib/test_failfast
@@ -0,0
+1,4
@@
+#!/bin/sh
+
+cd "$(dirname "$0")/../gram/test"
+python -m unittest -f