Giving the "--silent" switch to E, to produce less output
authorpaulson
Mon, 29 May 2006 16:18:31 +0200
changeset 19744 73aab222fecb
parent 19743 0843210d3756
child 19745 df6fd56d63a9
Giving the "--silent" switch to E, to produce less output
src/HOL/Tools/res_atp.ML
--- a/src/HOL/Tools/res_atp.ML	Mon May 29 13:15:53 2006 +0200
+++ b/src/HOL/Tools/res_atp.ML	Mon May 29 16:18:31 2006 +0200
@@ -388,7 +388,7 @@
 	       let val Eprover = helper_path "E_HOME" "eproof"
 	       in
 		  ("E", Eprover, 
-		     "--tptp-in%-l5%-xAuto%-tAuto%--cpu-limit=" ^ time, probfile) ::
+		     "--tptp-in%-l5%-xAuto%-tAuto%--silent%--cpu-limit=" ^ time, probfile) ::
 		   make_atp_list xs (n+1)
 	       end
 	     else error ("Invalid prover name: " ^ !prover)