Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-837

jom does not ignore errors in commands prefixed with -

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt Creator 2.0.0
    • Qt Creator 1.3.1
    • Jom
    • None
    • jom 0.8.9

      To reproduce, create this Makefile:

      first:
              -nonexistent_command
              @echo Failing command was properly ignored
      

      Try mingw32-make, nmake, gmake or make and observe that "Failing command was properly ignored" is echoed, and the command has an errorlevel of 0.

      Try jom and observe that it incorrectly aborts when nonexistent_command fails.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jbornema Joerg Bornemann
            rmcgover Rohan McGovern (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes