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

jom does not ignore errors in commands prefixed with -

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes