[zorg] r352164 - try a different comment syntax

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 24 20:02:46 PST 2019


Author: adrian
Date: Thu Jan 24 20:02:46 2019
New Revision: 352164

URL: http://llvm.org/viewvc/llvm-project?rev=352164&view=rev
Log:
try a different comment syntax

Modified:
    zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix

Modified: zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix?rev=352164&r1=352163&r2=352164&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix (original)
+++ zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix Thu Jan 24 20:02:46 2019
@@ -134,9 +134,9 @@ pipeline {
                        export DWARF_VERSION=5
                        bash ${SCRIPT_PATH}/lldb-cmake-matrix-dwarf.sh
                        '''
-# Commented out to avoid distraction while most of the tests fail.
-#                    junit(healthScaleFactor: 0.0,
-#                          testResults: 'test-dwarf5/results.xml')
+// Commented out to avoid distraction while most of the tests fail.
+//                    junit(healthScaleFactor: 0.0,
+//                          testResults: 'test-dwarf5/results.xml')
                 }
             }
         }




More information about the llvm-commits mailing list