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
3 files
+ 67
61
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
2
@@ -12,7 +12,7 @@ usage() {
}
pmbootstrap() {
echo "+ pmbootstrap $*"
printf "\033[0;32m pmbootstrap $*\033[0m\n"
./pmbootstrap.py --details-to-stdout -y "$@"
}
@@ -110,4 +110,6 @@ bump_autobuild() {
}
# Run the test
$test "$@"
echo "Running $test $*"
eval $test "$@"
echo "Test $test passed!"
Loading