chiark
/
gitweb
/
~mdw
/
adns
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
A couple more tests and a script to manage.
[adns]
/
regress
/
addcases
1
#!/bin/sh
2
# usage: ./a1test <casename> ...
3
4
set -e
5
6
for f in "$@"
7
do
8
cvs add "case-$f".{sys,stdout,stderr}
9
done