10 |
for t in $ip_tests |
for t in $ip_tests |
11 |
do |
do |
12 |
echo running test $t |
echo running test $t |
13 |
@SCRIPTDIR@/lcg-info-dynamic-scheduler \ |
@INSTALLPREFIX@/@SCRIPTSUFFIX@/lcg-info-dynamic-scheduler \ |
14 |
-c $t.tst.conf > tst.out 2>tst.err.tmp |
-c $t.tst.conf > tst.out 2>tst.err.tmp |
15 |
diff -q $t.tst.stdout tst.out |
diff -q $t.tst.stdout tst.out |
16 |
awk '{sub(/^20[0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]/,"date time") ; print }' tst.err.tmp > tst.err |
awk '{sub(/^20[0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]/,"date time") ; print }' tst.err.tmp > tst.err |