Changeset 158b026 for tests/pybin
- Timestamp:
- Sep 20, 2019, 9:21:51 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 679363c
- Parents:
- 34e1494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
r34e1494 r158b026 97 97 98 98 self.string = "installed" if value else "in-tree" 99 self.flags = """ INSTALL_FLAGS=%s""" % ("" if value else "-in-tree")99 self.flags = """installed=%s""" % ("yes" if value else "no") 100 100 101 101 class Timeouts:
Note:
See TracChangeset
for help on using the changeset viewer.