Skip to content

Commit

Permalink
Take over some changes from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Richter committed Oct 24, 2023
1 parent f4bea4c commit 8988c0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/installscripts/tests/run_installation_tests3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ echo $PWD
echo "samba-common samba-common/dhcp boolean false" | sudo debconf-set-selections
# No interactive frontend
export DEBIAN_FRONTEND=noninteractive
echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections

# Run installation (in interactive mode)
# y confirm interactive mode
Expand All @@ -37,6 +36,7 @@ myuser
mypassword
myclient_id
myclient_secret
y
y
Expand All @@ -47,7 +47,6 @@ y
n
n
"
INSTALLATION_EXITCODE=$?

# Test installation
./test_installation.sh $INSTALLATION_EXITCODE
./scripts/installscripts/tests/test_installation.sh

0 comments on commit 8988c0c

Please sign in to comment.