finally, open up my secret test scripts...
...after getting rid of most of the hardcoding (though not all!)
This commit is contained in:
parent
ba8094d6f5
commit
0add3d3de7
43 changed files with 1941 additions and 0 deletions
18
t/t04-wild
Normal file
18
t/t04-wild
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue