live-build/debian/tests/build-default-image

16 lines
348 B
Plaintext
Raw Normal View History

2020-03-14 09:46:18 -01:00
#!/bin/bash
set -eu
set -o pipefail
cd "${AUTOPKGTEST_TMP}"
# Use the default values
lb config --verbose
# Verify some values
lb config --dump | grep 'LB_DISTRIBUTION="testing"'
lb config --dump | grep 'LB_UPDATES="true"'
lb config --dump | grep 'LB_SECURITY="true"'
lb config --dump | grep 'LB_PROPOSED_UPDATES="false"'
2020-03-14 09:46:18 -01:00
lb build --verbose
ls -l