
| Current Path : /var/www/web-klick.de/dsh/10_customer2017/1205__valeo/tests/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/10_customer2017/1205__valeo/tests/gg.pl |
$zaehler = 0;
while ($zaehler < 355) {
$zaehler = $zaehler + 1;
$tf = "::TID_" . sprintf("%05u",$zaehler);
$test = `gt AEntry::TestSpec$tf r AE_11_11_03 cg`;
$test =~ s/[ \n]//gs;
print "New Test: $test\n";
$zaehler1 = 0;
while (0 == 0) {
$zaehler1 = $zaehler1 + 1;
$x = `gt $test`;
$x =~ s/[ \n]//gs;
last if ($x ne "1");
last if ($zaehler1 > 100);
print "waiting for $test\n";
sleep 10;
}
print "Test finished\n\n---\n\n\n";
sleep 0;
}