[libflickr-api-perl] 03/05: Update fix_script_path_autopkgtest.patch.
gregor herrmann
gregoa at debian.org
Sun Oct 18 14:07:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libflickr-api-perl.
commit 5ea1759d4876603c7390c2ff9b9bbf2c412343ec
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Oct 18 16:03:46 2015 +0200
Update fix_script_path_autopkgtest.patch.
---
debian/patches/fix_script_path_autopkgtest.patch | 36 ++++++++++--------------
1 file changed, 15 insertions(+), 21 deletions(-)
diff --git a/debian/patches/fix_script_path_autopkgtest.patch b/debian/patches/fix_script_path_autopkgtest.patch
index 8fea0fc..f4c29bb 100644
--- a/debian/patches/fix_script_path_autopkgtest.patch
+++ b/debian/patches/fix_script_path_autopkgtest.patch
@@ -3,31 +3,25 @@ Description: skip tests in installed version
version, like autopkgtest.
Forwarded: not-needed
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Last-Update: 2015-07-26
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-10-18
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/t/02-oauth_api.t
+++ b/t/02-oauth_api.t
-@@ -132,13 +132,17 @@ isa_ok($api2, 'Flickr::API');
-
+@@ -133,6 +133,8 @@
is_deeply($api2->{oauth}, $api->{oauth}, "Did import_storable_config get back the config we stored");
-
+
+
+SKIP: {
-
--script_compiles('script/flickr_make_stored_config.pl','Does flickr_make_stored_config.pl compile');
--script_compiles('script/flickr_dump_stored_config.pl','Does flickr_dump_stored_config.pl compile');
-+ skip "Run tests with installed version", 3, if $ENV{ADTTMP};
-
--my @runtime = ('script/flickr_dump_stored_config.pl', '--config_in='.$fname);
-+ script_compiles('script/flickr_make_stored_config.pl','Does flickr_make_stored_config.pl compile');
-+ script_compiles('script/flickr_dump_stored_config.pl','Does flickr_dump_stored_config.pl compile');
-
--script_runs(\@runtime, "Did flickr_dump_stored_config.pl run");
-+ my @runtime = ('script/flickr_dump_stored_config.pl', '--config_in='.$fname);
-+
-+ script_runs(\@runtime, "Did flickr_dump_stored_config.pl run");
++skip "Run tests with installed version", 4, if $ENV{ADTTMP};
+ script_compiles('script/flickr_make_stored_config.pl','Does flickr_make_stored_config.pl compile');
+ script_compiles('script/flickr_dump_stored_config.pl','Does flickr_dump_stored_config.pl compile');
+ script_compiles('script/flickr_make_test_values.pl','Does flickr_make_test_values.pl compile');
+@@ -140,6 +142,7 @@
+ my @runtime = ('script/flickr_dump_stored_config.pl', '--config_in='.$fname);
+
+ script_runs(\@runtime, "Did flickr_dump_stored_config.pl run");
+}
-
-
+
+
########################################################
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libflickr-api-perl.git
More information about the Pkg-perl-cvs-commits
mailing list