Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Include and library paths must exist #397
Conversation
coveralls
commented
Mar 23, 2016
kyrofa
reviewed
Mar 23, 2016
| - expected)) | ||
| + self.assertTrue( | ||
| + expected in paths, | ||
| + 'Expected LD_LIBRARY_PATH in {!r} to include {!r}'.format( |
kyrofa
Mar 23, 2016
Member
Perhaps Expected LD_LIBRARY_PATH ({!r}) to include {!r} would make more sense here?
kyrofa
reviewed
Mar 23, 2016
| + return '' | ||
| + else: | ||
| + return '{envvar}="{library_paths}{sep}${envvar}"'.format( | ||
| + envvar=envvar, sep=sep, library_paths=sep.join(library_paths)) |
|
Looks good to me |
|
retest this please |
coveralls
commented
Mar 23, 2016
coveralls
commented
Mar 23, 2016
|
retest this please |
coveralls
commented
Mar 23, 2016
coveralls
commented
Mar 23, 2016
sergiusens
merged commit 2037d9c
into
snapcore:master
Mar 24, 2016
sergiusens
deleted the
sergiusens:bugfix/1558965/path-must-exist
branch
Mar 24, 2016
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedMar 23, 2016
CXXFLAGS was also missing here.
LP: #1558965
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com