[cfe-commits] r81099 - /cfe/trunk/test/lit.cfg

Daniel Dunbar daniel at zuster.org
Sat Sep 5 18:31:12 PDT 2009


Author: ddunbar
Date: Sat Sep  5 20:31:12 2009
New Revision: 81099

URL: http://llvm.org/viewvc/llvm-project?rev=81099&view=rev
Log:
lit: Set requireAndAnd config variable (currently unused).

Modified:
    cfe/trunk/test/lit.cfg

Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=81099&r1=81098&r2=81099&view=diff

==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Sat Sep  5 20:31:12 2009
@@ -10,3 +10,7 @@
 # The 'PATH' and 'SYSTEMROOT' variables will be set automatically from the lit
 # command line variables.
 environment = {}
+
+# requireAndAnd: Require '&&' between commands, until they get globally killed
+# and the test runner updated.
+requireAndAnd = True





More information about the cfe-commits mailing list