projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b247359
)
Commit a test script.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 2 Jan 2024 21:03:30 +0000
(16:03 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 2 Jan 2024 21:03:30 +0000
(16:03 -0500)
tests/compare
[new file with mode: 0755]
patch
|
blob
diff --git a/tests/compare
b/tests/compare
new file mode 100755
(executable)
index 0000000..
32f60be
--- /dev/null
+++ b/
tests/compare
@@ -0,0
+1,4
@@
+#! /bin/sh
+# Display diff for an individual test
+test=$1
+../advent <${test}.log | ./tapdiffer "${test}" "${test}.chk"