From 00a7beaca2249d14b958191d3c67cace3c9c8bcb Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 16 May 2023 08:43:13 -0400 Subject: [PATCH] ensure automated tests have passwordless sudo --- setup/so-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index 3d5c24fc2..6051ba742 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -225,6 +225,8 @@ if [ -n "$test_profile" ]; then WEBUSER=onionuser@somewhere.invalid WEBPASSWD1=0n10nus3r WEBPASSWD2=0n10nus3r + + update_sudoers_for_testing fi # Make sure the setup type is suppoted.