[LNT] r307707 - Remove odd if

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 13:58:35 PDT 2017


Author: matze
Date: Tue Jul 11 13:58:35 2017
New Revision: 307707

URL: http://llvm.org/viewvc/llvm-project?rev=307707&view=rev
Log:
Remove odd if

Modified:
    lnt/trunk/lnt/tests/compile.py

Modified: lnt/trunk/lnt/tests/compile.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/compile.py?rev=307707&r1=307706&r2=307707&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/compile.py (original)
+++ lnt/trunk/lnt/tests/compile.py Tue Jul 11 13:58:35 2017
@@ -333,8 +333,6 @@ def test_build(base_name, run_info, vari
                    "-- stdout --\n%s\n"
                    "-- stderr --\n%s\n") % (archive_path, source_path,
                                             stdout, stderr))
-        if p.wait() != 0:
-            fatal
 
         # Apply the patch file, if necessary.
         patch_files = project.get('patch_files', [])




More information about the llvm-commits mailing list