From 8fb9f42f130765641c11359ed2222a23b866ff35 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 24 Jan 2022 17:16:51 +0100 Subject: [PATCH] test: add remaining scripts --- tests/integration/test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_all.sh b/tests/integration/test_all.sh index 3a6a1a9a..4f2b5715 100755 --- a/tests/integration/test_all.sh +++ b/tests/integration/test_all.sh @@ -16,7 +16,7 @@ run_test () { echo $logfile } -testScripts=("app.sh" "recipe.sh" "install.sh") +testScripts=("app.sh" "autocomplete.sh" "catalogue.sh" "install.sh" "recipe.sh" "records.sh" "server.sh") for i in "${testScripts[@]}"; do cmd="./$i $res_dir${i/sh/log}"