aboutsummaryrefslogtreecommitdiffstats
path: root/res/test-ck
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-11-18 20:58:35 +0200
committergramanas <anastasis.gramm2@gmail.com>2018-11-18 20:58:35 +0200
commit7d10e2377b01ac3e38b412f6bc2fa2e384804057 (patch)
treed89d0139b17786496e02335412114e2f97f82594 /res/test-ck
parenta9df05320a071112a41654abc761ee1389400782 (diff)
downloadck-7d10e2377b01ac3e38b412f6bc2fa2e384804057.tar.gz
ck-7d10e2377b01ac3e38b412f6bc2fa2e384804057.tar.bz2
ck-7d10e2377b01ac3e38b412f6bc2fa2e384804057.zip
Update edit and add edit test
Diffstat (limited to 'res/test-ck')
-rwxr-xr-xres/test-ck3
1 files changed, 2 insertions, 1 deletions
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
;;