From: Michael Wiebusch Date: Wed, 24 Jul 2013 14:55:47 +0000 (+0200) Subject: small change X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6629a8cfc906903b0b47245dacd0e50ee610d41e;p=mvdsensorcontrol.git small change --- diff --git a/tools/testgui.pl b/tools/testgui.pl index 943abf7..9f027ff 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -32,6 +32,6 @@ print escapeHTML("hallo<<<>>>&&&!!"),br; print escapeHTML($here); chdir("./preview") or die "could not change directory!"; -system("./run.pl -t 0.1"); +system("./run.pl -t 0.1 -id ccc1ccc1"); chdir($here);