Skip to content
Snippets Groups Projects

CI: Extend integration testing

Merged Caleb Connolly requested to merge caleb/moar-testing into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -5,6 +5,10 @@ if [ "$(id -u)" = 0 ]; then
fi
test="$(basename "$0")"
args="$*"
echo "args: $args"
echo "\$@: $@"
usage() {
echo "Usage: $test $1"
@@ -12,7 +16,7 @@ usage() {
}
pmbootstrap() {
printf "\033[0;32m pmbootstrap $*\033[0m\n"
printf "\033[0;32m$ pmbootstrap $*\033[0m\n"
./pmbootstrap.py --details-to-stdout -y "$@"
}
Loading