Browse Source

* not interactive anymore

pierre 26 years ago
parent
commit
3bd800d671
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tests/test/testexc.pp

+ 3 - 2
tests/test/testexc.pp

@@ -169,8 +169,9 @@ Procedure Finish;
 
 
 begin
 begin
   Writeln;
   Writeln;
-  Write ('Finished. Press enter to continue.');
-  Readln;
+  Write ('Finished.');
+  { Press enter to continue.');
+  Readln; tests/test/test... must be non interactive !! PM }
 end;
 end;