Skip to content
Snippets Groups Projects

ci: add basic integration test for pmb

Merged Clayton Craft requested to merge craftyguy/ci_integration_test into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
+ 1
6
@@ -10,12 +10,7 @@ pmaports="$(cd "$(dirname "$0")"/..; pwd -P)"
# Make sure that the work folder format is up to date, and that there are no
# mounts from aborted test cases (pmbootstrap#1595)
echo "Initializing pmbootstrap"
if ! "yes '' | ./pmbootstrap.py \
--details-to-stdout \
init \
>/tmp/pmb_init 2>&1"; then
cat /tmp/pmb_init
fi
yes '' | ./pmbootstrap.py --details-to-stdout init
./pmbootstrap.py work_migrate
./pmbootstrap.py config aports "$pmaports"
Loading