r275324 - [test] Add 'env' to fix test failures in windows bots.

Argyrios Kyrtzidis via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 15:03:47 PDT 2016


Author: akirtzidis
Date: Wed Jul 13 17:03:47 2016
New Revision: 275324

URL: http://llvm.org/viewvc/llvm-project?rev=275324&view=rev
Log:
[test] Add 'env' to fix test failures in windows bots.

Modified:
    cfe/trunk/test/Index/pch-warn-as-error-code-split.cpp

Modified: cfe/trunk/test/Index/pch-warn-as-error-code-split.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/pch-warn-as-error-code-split.cpp?rev=275324&r1=275323&r2=275324&view=diff
==============================================================================
--- cfe/trunk/test/Index/pch-warn-as-error-code-split.cpp (original)
+++ cfe/trunk/test/Index/pch-warn-as-error-code-split.cpp Wed Jul 13 17:03:47 2016
@@ -1,4 +1,4 @@
-// RUN: CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s -Wuninitialized -Werror=unused 2>&1 | FileCheck -check-prefix=DIAGS %s
+// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s -Wuninitialized -Werror=unused 2>&1 | FileCheck -check-prefix=DIAGS %s
 
 // Make sure -Wuninitialized works even though the header had a warn-as-error occurrence.
 




More information about the cfe-commits mailing list