X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Frun-perl-tests;h=0e7e9aba1b8b2d285a8b33b8e54f87e906b87f16;hb=0b5f08137825803b3a9d3afe05a7462a6b652144;hp=d2280dd5fd45501ebc80ffbd2eefcceeaae282db;hpb=c7f85827cf89a088fa85808202edc75c820fd14e;p=libguestfs.git diff --git a/perl/run-perl-tests b/perl/run-perl-tests index d2280dd..0e7e9ab 100755 --- a/perl/run-perl-tests +++ b/perl/run-perl-tests @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -export LD_LIBRARY_PATH=../src/.libs -make -f Makefile-pl test +set -e + +make -f Makefile-pl test "$@"