From 1fcef1bec480891ac990e0bc26de811cbbd2a4c7 Mon Sep 17 00:00:00 2001 From: graciousgrey Date: Mon, 24 Jul 2023 17:09:38 +0200 Subject: [PATCH] Tests: Update test command in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 42191357e..ee03cfa0e 100644 --- a/Makefile +++ b/Makefile @@ -141,9 +141,9 @@ acceptance-sqlite-restart: rm -rf storage/acceptance/originals/2011 rm -rf storage/acceptance/originals/2013 rm -rf storage/acceptance/originals/2017 - ./photoprism -p -c "./storage/acceptance/config-sqlite" --test start -d + ./photoprism --auth-mode="public" -c "./storage/acceptance/config-sqlite" --test start -d acceptance-sqlite-stop: - ./photoprism -p -c "./storage/acceptance/config-sqlite" --test stop + ./photoprism --auth-mode="public" -c "./storage/acceptance/config-sqlite" --test stop acceptance-auth-sqlite-restart: cp -f storage/acceptance/backup.db storage/acceptance/index.db cp -f storage/acceptance/config-sqlite/settingsBackup.yml storage/acceptance/config-sqlite/settings.yml