projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc8e00
)
for convenience
author
Jason Etheridge
<jason@EquinoxOLI.org>
Mon, 28 Nov 2022 02:47:12 +0000
(21:47 -0500)
committer
Jason Etheridge
<jason@EquinoxOLI.org>
Mon, 28 Nov 2022 02:47:12 +0000
(21:47 -0500)
t/test.sh
[new file with mode: 0755]
patch
|
blob
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