Skip to content

Commit

Permalink
less verbose issue782 test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jul 3, 2017
1 parent 8369963 commit 3317ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/issue782-gtkd-pkg-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ else
rm -rf main/.dub
rm -f main/fake-gtkd-test
echo ${DUB}
cd fake-gtkd && ${DUB} build -v --compiler=${DC} || exit 1
cd fake-gtkd && ${DUB} build --compiler=${DC} || exit 1
cd ../main

# `run` needs to find the fake-gtkd shared library, so set LD_LIBRARY_PATH to where it is
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:-}${LD_LIBRARY_PATH:+:}$PWD/../fake-gtkd
# pkg-config needs to find our .pc file which is in $PWD/../fake-gtkd/pkgconfig, so set PKG_CONFIG_PATH accordingly
export PKG_CONFIG_PATH=$PWD/../fake-gtkd/pkgconfig
${DUB} -v run --force --compiler=${DC} || exit 1
${DUB} run --force --compiler=${DC} || exit 1
cd ..
rm -rf fake-gtkd/.dub
rm fake-gtkd/libfake-gtkd.so
Expand Down

0 comments on commit 3317ad8

Please sign in to comment.