Changeset b215e92b for tests/pybin


Ignore:
Timestamp:
Aug 17, 2018, 11:08:01 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Fixed ld_library_path in test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    r6b9daf1 rb215e92b  
    121121        arch       = Architecture(options.arch)
    122122        timeout    = Timeouts(options.timeout, options.global_timeout)
    123         ldpath     = "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:%slibcfa/%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")
    124124
    125125
Note: See TracChangeset for help on using the changeset viewer.