Changeset b215e92b
- Timestamp:
 - Aug 17, 2018, 11:08:01 AM (7 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, 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:
 - 8bdc1c36
 - Parents:
 - 6b9daf1
 - File:
 - 
      
- 1 edited
 
- 
          
  tests/pybin/settings.py (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tests/pybin/settings.py
r6b9daf1 rb215e92b 121 121 arch = Architecture(options.arch) 122 122 timeout = Timeouts(options.timeout, options.global_timeout) 123 ldpath = "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:%s libcfa/%s-%s/src/.libs\"" % (BUILDDIR, arch, "debug" if options.debug else "nodebug")123 ldpath = "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:%s/../libcfa/%s-%s/src/.libs\"" % (BUILDDIR, arch.string, "debug" if options.debug else "nodebug") 124 124 125 125  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.