From 3f6a36ec452a9eb7f1cb83de690db04c816e4714 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 26 Jul 2020 16:26:18 +0200 Subject: [PATCH] adding debug logs --- tests-ng/duplicate-key.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests-ng/duplicate-key.sh b/tests-ng/duplicate-key.sh index b40451f..9177323 100755 --- a/tests-ng/duplicate-key.sh +++ b/tests-ng/duplicate-key.sh @@ -86,7 +86,7 @@ mkdir -p ${tmpd}/sub/sub echo "test2" > ${tmpd}/sub/sub/abc # import -cd ${ddpath} | ${bin} import -c ${cfg} -p p2 \ +cd ${ddpath} | ${bin} import --verbose -c ${cfg} -p p2 \ ${tmpd}/abc \ ${tmpd}/sub/abc \ ${tmpd}/sub/abc \ @@ -94,7 +94,7 @@ cd ${ddpath} | ${bin} import -c ${cfg} -p p2 \ ${tmpd}/sub/sub2/abc # count dotfiles for p2 -cnt=`cd ${ddpath} | ${bin} files -c ${cfg} -p p2 -b | grep '^f_' | wc -l` +cnt=`cd ${ddpath} | ${bin} files --verbose -c ${cfg} -p p2 -b | grep '^f_' | wc -l` [ "${cnt}" != "4" ] && exit 1 ## CLEANING