mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
container: Show executed commands when setting up/running tests
- This allows the user to understand the wrapper script and skip/adapt it when necessary. - Debug any issues with the script. - Maintain consistency with the philosophy of the rest of the container script. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
675dfb9444
commit
c10b10aa31
@ -180,6 +180,8 @@ exit 0
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
SETUP_AND_RUN_TESTS_SCRIPT = '''
|
SETUP_AND_RUN_TESTS_SCRIPT = '''
|
||||||
|
set -x
|
||||||
|
|
||||||
BACKPORTS_SOURCES_LIST=/etc/apt/sources.list.d/freedombox2.list
|
BACKPORTS_SOURCES_LIST=/etc/apt/sources.list.d/freedombox2.list
|
||||||
LDAPSCRIPTS_CONF=/etc/ldapscripts/freedombox-ldapscripts.conf
|
LDAPSCRIPTS_CONF=/etc/ldapscripts/freedombox-ldapscripts.conf
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -xeuo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
echo "Installing requirements"
|
echo "Installing requirements"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user