logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

0002-xt-Proper-syntax-for-SKIP-reasons.patch (1145B)


  1. From d820777744aa266313dec813fc2e74b5f6179e6e Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Sat, 14 Oct 2023 19:33:44 +0200
  4. Subject: [PATCH 2/2] xt: Proper syntax for SKIP reasons
  5. ---
  6. xt/00_perlversion.t | 2 +-
  7. xt/20_kwalitee.t | 2 +-
  8. 2 files changed, 2 insertions(+), 2 deletions(-)
  9. diff --git a/xt/00_perlversion.t b/xt/00_perlversion.t
  10. index 63b7dc7..644a3af 100644
  11. --- a/xt/00_perlversion.t
  12. +++ b/xt/00_perlversion.t
  13. @@ -6,7 +6,7 @@ use Test::More;
  14. eval "use Test::MinimumVersion";
  15. if ($@) {
  16. - print "1..0 # Test::MinimumVersion required for compatability tests\n";
  17. + print "1..0 # SKIP Test::MinimumVersion required for compatability tests\n";
  18. exit 0;
  19. }
  20. diff --git a/xt/20_kwalitee.t b/xt/20_kwalitee.t
  21. index 0edad77..f0c140d 100644
  22. --- a/xt/20_kwalitee.t
  23. +++ b/xt/20_kwalitee.t
  24. @@ -7,7 +7,7 @@ use Test::More;
  25. BEGIN { $ENV{AUTHOR_TESTING} = 1; }
  26. eval "use Test::Kwalitee qw( kwalitee_ok );";
  27. if ($@) {
  28. - print "1..0 # Test::Kwalitee required for this test\n";
  29. + print "1..0 # SKIP Test::Kwalitee required for this test\n";
  30. exit 0;
  31. }
  32. --
  33. 2.41.0