diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-21 21:38:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-21 21:38:19 -0400 |
commit | 49b350fafc2c3ea1db66461b73d4e304cd13ec92 (patch) | |
tree | 9b9b1a4a383b5175241ae6b91b83de0590f13983 /gnu/packages/patches/hydra-disable-darcs-test.patch | |
parent | 03b5668a035ba96c9690476078c5ee1d5793f3e2 (diff) | |
parent | e584a093f943be216fdc93895281fde835836b8d (diff) |
Merge branch 'master' into staging.
Diffstat (limited to 'gnu/packages/patches/hydra-disable-darcs-test.patch')
-rw-r--r-- | gnu/packages/patches/hydra-disable-darcs-test.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/patches/hydra-disable-darcs-test.patch b/gnu/packages/patches/hydra-disable-darcs-test.patch deleted file mode 100644 index 5d8e015b08..0000000000 --- a/gnu/packages/patches/hydra-disable-darcs-test.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- hydra-20150407.4c0e3e4/tests/evaluation-tests.pl 2015-04-15 12:00:19.000000000 -0500 -+++ hydra-20150407.4c0e3e4/tests/evaluation-tests.pl 2015-04-17 08:53:04.940301471 -0500 -@@ -7,7 +7,7 @@ - - my $db = Hydra::Model::DB->new; - --use Test::Simple tests => 72; -+use Test::Simple tests => 68; - - hydra_setup($db); - -@@ -103,13 +103,6 @@ - uri => "$jobsBaseUri/hg-repo", - update => getcwd . "/jobs/hg-update.sh" - }, -- { -- name => "darcs", -- nixexpr => "darcs-input.nix", -- type => "darcs", -- uri => "$jobsBaseUri/darcs-repo", -- update => getcwd . "/jobs/darcs-update.sh" -- } - ); - - foreach my $scm ( @scminputs ) { |