Skip to content
Snippets Groups Projects

CI: Extend integration testing

Merged Caleb Connolly requested to merge caleb/moar-testing into master
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -3,6 +3,7 @@
echo "\$@:" "$@"
if [ "$(id -u)" = 0 ]; then
apk add cmd:dig
exec su "${TESTUSER:-build}" -c "sh -ec '$0 $*'"
fi
Loading