From 64f1a6ae2f0d20500438ed6ea59de94f2056db90 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 20 Sep 2013 14:18:41 +0100 Subject: [PATCH] Don't need to echo output on failure, since goaljobs now echos output from shout/shlines commands. --- fedora.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/fedora.ml b/fedora.ml index 7d1d70b..6575dbf 100644 --- a/fedora.ml +++ b/fedora.ml @@ -150,7 +150,6 @@ let koji_build = if not wait then ( (* Just check the task was created. *) if not (Pcre.pmatch ~rex:created_task out) then ( - eprintf "%s\n%!" out; failwith "fedpkg build: build failed to start" ) ) else ( @@ -169,7 +168,6 @@ let koji_build = else if completed_successfully out then () else if failed out then ( - eprintf "%s\n%!" out; failwith "koji build failed" ) else -- 1.8.3.1