gitolite/t/t04-wild
Sitaram Chamarty 0add3d3de7 finally, open up my secret test scripts...
...after getting rid of most of the hardcoding (though not all!)
2010-06-12 13:24:55 +05:30

19 lines
296 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
editrc GL_BIG_CONFIG $i
editrc GL_WILDREPOS 1
. ./t04a-wild-$j
cd $TESTDIR
done
done