Do not exit on error in runtests - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 8faf31baa2005f46bc2e6ad13edb1261717244a7
DIR parent d04f1686624a9c680965f0c090cc1808935687f4
HTML Author: sin <sin@2f30.org>
Date: Thu, 9 May 2019 11:39:47 +0100
Do not exit on error in runtests
Diffstat:
M runtests | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/runtests b/runtests
@@ -1,5 +1,5 @@
#!/bin/sh
-set -ex
+set -x
for t in test*
do