From 60ecfa6611680454c4008e547d302bd231dedc70 Mon Sep 17 00:00:00 2001 From: David Sterry Date: Sat, 11 Dec 2021 23:09:41 -0800 Subject: [PATCH] Turn off tests for capabilities the app doesn't have (#30) * don't test for things we can't do --- check_process | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index ac78f5c..38c0fba 100644 --- a/check_process +++ b/check_process @@ -8,7 +8,7 @@ password="1Strong-Password" ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 @@ -16,8 +16,8 @@ upgrade=1 #upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=1 - change_url=1 + multi_instance=0 + change_url=0 ;;; Options Email= Notification=none