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
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -6,6 +6,12 @@ if [ "$(id -u)" = 0 ]; then
exec su "${TESTUSER:-build}" -c "sh -ec '$0 $*'"
fi
set +x
cat /etc/resolv.conf
dig -x gitlab.postmarketos.org
dig -x google.com
set -x
test="$(basename "$0")"
usage() {
Loading