summaryrefslogtreecommitdiff
path: root/bin/aux/runtsts.rc
blob: b5b1df761155871e21b5c5044bb3f7cdc7ce58ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/rc

tstdom='http://test.cat-v.org'

cd sites/tst.cat-v.org

tstfiles=`{du -a |awk '/\.tst$/ { print $2 }; {} ' | sed 's/^\.//; s/\.tst$//'}

for(f in $tstfiles) {
    ifs='
' { tsts=`{cat ./$f.tst} }
    
    for(t in $tsts) {
        echo tst $t
    }
}