X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=perl%2Frun-perl-tests;h=c290742d24e97eb188deeb51513916e320d5bed6;hp=228fb17ce048472511a1bacbdcfd6138a67e4b47;hb=61da709722ec244da1c3c7d4f1a8706f76687cb3;hpb=89f060b5cfecc11558174b7e0b3867f2b8d9c135 diff --git a/perl/run-perl-tests b/perl/run-perl-tests index 228fb17..c290742 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-tests @@ -16,6 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -export LD_LIBRARY_PATH=../src/.libs -export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd) +set -e + make -f Makefile-pl test "$@"