Changeset 8bdc1c3 for tests/pybin/settings.py
- Timestamp:
- Aug 20, 2018, 12:52:03 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 341bb80
- Parents:
- b215e92b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
rb215e92b r8bdc1c3 112 112 global install 113 113 global timeout 114 global ldpath115 114 116 115 dry_run = options.dry_run … … 121 120 arch = Architecture(options.arch) 122 121 timeout = Timeouts(options.timeout, options.global_timeout) 123 ldpath = "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:%s/../libcfa/%s-%s/src/.libs\"" % (BUILDDIR, arch.string, "debug" if options.debug else "nodebug")124 122 125 123
Note: See TracChangeset
for help on using the changeset viewer.