gitolite/t/t04-wild
Sitaram Chamarty 3c5bd4a131 test suite: catch internal errors better
...so you don't have to look at all the output for any strangeness

(also make rollback a little quieter)
2010-06-18 22:09:30 +05:30

19 lines
321 B
Plaintext

# vim: syn=sh:
# ----------
for i in 0 1
do
for j in students all
do
hl t04-wild with GL_WILDREPOS $i, C=@$j
cd $TESTDIR
$TESTDIR/rollback || die "rollback failed"
editrc GL_BIG_CONFIG $i
editrc GL_WILDREPOS 1
. ./t04a-wild-$j
cd $TESTDIR
done
done