[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 180/483: Made sure that dummy script are still reporting errors if the real scripts have any

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 99358a514f18f14650d7ecf5cdf46cec847214d5
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Aug 28 15:46:02 2009 +0200

    Made sure that dummy script are still reporting errors if the real scripts have any
---
 create_xpi.pl           | 1 +
 make_devbuild.pl        | 1 +
 setupTestEnvironment.pl | 1 +
 3 files changed, 3 insertions(+)

diff --git a/create_xpi.pl b/create_xpi.pl
index 95d1449..f251151 100644
--- a/create_xpi.pl
+++ b/create_xpi.pl
@@ -5,3 +5,4 @@
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
 do "../$0";
+die $@ if $@;
diff --git a/make_devbuild.pl b/make_devbuild.pl
index 95d1449..f251151 100644
--- a/make_devbuild.pl
+++ b/make_devbuild.pl
@@ -5,3 +5,4 @@
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
 do "../$0";
+die $@ if $@;
diff --git a/setupTestEnvironment.pl b/setupTestEnvironment.pl
index 95d1449..f251151 100644
--- a/setupTestEnvironment.pl
+++ b/setupTestEnvironment.pl
@@ -5,3 +5,4 @@
 $0 =~ s/(.*[\\\/])//g;
 chdir($1) if $1;
 do "../$0";
+die $@ if $@;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list