mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-27 09:23:15 +03:00
Version 1.08 with public source code release.
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for i in "$1"/bin/test-*; do
|
||||
test="$(basename $i)"
|
||||
|
||||
echo "Running test $test..."
|
||||
|
||||
"$i" || exit 1
|
||||
done
|
||||
|
||||
echo "All tests successful"
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user