X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2Ftest-driver;h=a10323bb177a938ff2c311ff9b69e6b4eb812361;hb=f8a969aae9cce2ca78795dd29e97f347d129a82b;hp=86fcf423c45bb981ed71225704144dd10ac9a2d0;hpb=5b9b780ba74ebd9258cb0862a571f9c1f2149885;p=mono.git diff --git a/mono/tests/test-driver b/mono/tests/test-driver index 86fcf423c45..a10323bb177 100755 --- a/mono/tests/test-driver +++ b/mono/tests/test-driver @@ -47,9 +47,6 @@ my $cpid = fork (); if (!defined ($cpid)) { $res = system("$interpreter @ARGV $test_binary 2>$stderr 1>$stdout"); } elsif ($cpid == 0) { - print "that's it >>>>>>>>\n"; - print "$interpreter @ARGV $test_binary 2>$stderr 1>$stdout\n"; - print "\n<<<<<<<<<\n"; exec ("$interpreter @ARGV $test_binary 2>$stderr 1>$stdout") || die "Cannot exec: $!"; } else { # in the parent, setup the alarm