Changeset abec2f8 for tests/pybin


Ignore:
Timestamp:
Sep 23, 2019, 2:08:22 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
849720f
Parents:
679363c
Message:

Fixed makefiles missed in the removal of -in-tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    r679363c rabec2f8  
    9696                        distribute = False
    9797
    98                 self.string = "installed" if value else "in-tree"
     98                self.string = "installed" if value else "in tree"
    9999                self.flags  = """installed=%s""" % ("yes" if value else "no")
    100100
Note: See TracChangeset for help on using the changeset viewer.