From 40b4ef5ab2b5f75210d02a9dcff88c0836029f02 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 24 Jan 2022 17:16:26 +0100 Subject: [PATCH] test: disable debug, its too much noise --- tests/integration/catalogue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/catalogue.sh b/tests/integration/catalogue.sh index de0b2e1e..cadecfb3 100755 --- a/tests/integration/catalogue.sh +++ b/tests/integration/catalogue.sh @@ -3,6 +3,6 @@ source ./testfunctions.sh source ./common.sh -run_test '$ABRA catalogue generate --debug' +run_test '$ABRA catalogue generate' -run_test '$ABRA catalogue generate gitea --debug' +run_test '$ABRA catalogue generate gitea'