#1682 mostly only mock exit code 10 ends in build.log
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue1679  into  master

file modified
+1 -1
@@ -544,7 +544,7 @@ 

      def _mockResult(self, rv, logfile=None):

          if logfile:

              pass

-         elif os.WIFEXITED(rv) and os.WEXITSTATUS(rv) == 1:

+         elif os.WIFEXITED(rv) and os.WEXITSTATUS(rv) == 10:

              logfile = 'build.log'

          else:

              logfile = 'root.log'