From 7d10e2377b01ac3e38b412f6bc2fa2e384804057 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 18 Nov 2018 20:58:35 +0200 Subject: Update edit and add edit test --- res/test-ck | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/test-ck') diff --git a/res/test-ck b/res/test-ck index 35837fa..5e33bb9 100755 --- a/res/test-ck +++ b/res/test-ck @@ -26,7 +26,7 @@ function init { function add_config { echo -e "test $2\n$3" > $2 - exec $BIN/ck -c $BIN -a $1 $2 > /dev/null & + exec $BIN/ck -c $BIN -a $1 $2 $4 > /dev/null & wait $! if [ $? -ne 0 ]; then @@ -118,6 +118,7 @@ do ;; -f | --filter) FILTER=$2; + UNIT=0; shift shift ;; -- cgit v1.2.3