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
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@
set -x
if [ "$(id -u)" = 0 ]; then
exec su "${TESTUSER:-pmos}" -c "sh -e $0"
exec su "${TESTUSER:-build}" -c "sh -e $0"
fi
pmaports="$(cd "$(dirname "$0")"/..; pwd -P)"
Loading