for convenience
authorJason Etheridge <jason@EquinoxOLI.org>
Mon, 28 Nov 2022 02:47:12 +0000 (21:47 -0500)
committerJason Etheridge <jason@EquinoxOLI.org>
Mon, 28 Nov 2022 02:47:12 +0000 (21:47 -0500)
t/test.sh [new file with mode: 0755]

diff --git a/t/test.sh b/t/test.sh
new file mode 100755 (executable)
index 0000000..0f28443
--- /dev/null
+++ b/t/test.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+for x in 0001_checksum.t 00sc_status.t 01patron_status.t 02patron_info.t 03checkout.t 04patron_status.t 05block_patron.t 06patron_enable.t 07hold.t 08checkin.t 09renew.t 10renew_all.t 11item_info.t 12end_session.t 13fee_paid.t 14acs_resend.t 15acs_resend.t 17extensions.t
+do
+    echo === $x
+    ~/ts $x
+    echo Press enter for next test.
+    read
+done