From 21f44a130afca74ce9da904fe5285face018b525 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 21 May 2014 22:41:28 +0900 Subject: [PATCH] Check envvars of `CPPFLAGS` and `LDFLAGS` during tests --- plugins/python-build/test/build.bats | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugins/python-build/test/build.bats b/plugins/python-build/test/build.bats index 23ed87a2..17e8d539 100644 --- a/plugins/python-build/test/build.bats +++ b/plugins/python-build/test/build.bats @@ -33,6 +33,7 @@ tarball() { executable "$configure" <> build.log echo "$name: \$@" \${PYTHONOPT:+PYTHONOPT=\$PYTHONOPT} >> build.log OUT @@ -69,9 +70,11 @@ assert_build_log() { unstub make assert_build_log <