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
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -7,6 +7,7 @@ if [ "$(id -u)" = 0 ]; then
fi
pmaports="$(cd "$(dirname "$0")"/..; pwd -P)"
pmbootstrap="./pmbootstrap.py"
# Make sure that the work folder format is up to date, and that there are no
# mounts from aborted test cases (pmbootstrap#1595)
pmbootstrap work_migrate
Loading