Explorar el Código

* not interactive anymore

pierre hace 26 años
padre
commit
3bd800d671
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      tests/test/testexc.pp

+ 3 - 2
tests/test/testexc.pp

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