all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob df3d1f3be800b37c01f39f449877a5a74add875c 1517 bytes (raw)
name: gnu/packages/patches/strongswan-test_process-disable-all.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
 

diff -Naur strongswan-5.6.0-original/src/libstrongswan/tests/suites/test_process.c strongswan-5.6.0/src/libstrongswan/tests/suites/test_process.c
--- strongswan-5.6.0-original/src/libstrongswan/tests/suites/test_process.c	2016-04-22 16:01:35.000000000 -0400
+++ strongswan-5.6.0/src/libstrongswan/tests/suites/test_process.c	2017-10-23 15:10:12.753837342 -0400
@@ -201,27 +201,27 @@

 	s = suite_create("process");

-	tc = tcase_create("return values");
-	tcase_add_test(tc, test_retval_true);
-	tcase_add_test(tc, test_retval_false);
-	suite_add_tcase(s, tc);
+	/* tc = tcase_create("return values"); */
+	/* tcase_add_test(tc, test_retval_true); */
+	/* tcase_add_test(tc, test_retval_false); */
+	/* suite_add_tcase(s, tc); */

 	tc = tcase_create("not found");
 	tcase_add_test(tc, test_not_found);
 	suite_add_tcase(s, tc);

-	tc = tcase_create("echo");
-	tcase_add_test(tc, test_echo);
-	tcase_add_test(tc, test_echo_err);
-	suite_add_tcase(s, tc);
-
-	tc = tcase_create("env");
-	tcase_add_test(tc, test_env);
-	suite_add_tcase(s, tc);
-
-	tc = tcase_create("shell");
-	tcase_add_test(tc, test_shell);
-	suite_add_tcase(s, tc);
+	/* tc = tcase_create("echo"); */
+	/* tcase_add_test(tc, test_echo); */
+	/* tcase_add_test(tc, test_echo_err); */
+	/* suite_add_tcase(s, tc); */
+
+	/* tc = tcase_create("env"); */
+	/* tcase_add_test(tc, test_env); */
+	/* suite_add_tcase(s, tc); */
+
+	/* tc = tcase_create("shell"); */
+	/* tcase_add_test(tc, test_shell); */
+	/* suite_add_tcase(s, tc); */

 	return s;
 }

debug log:

solving df3d1f3be ...
found df3d1f3be in https://yhetil.org/guix/87a80gb0us.fsf@vany.ca/ ||
	https://yhetil.org/guix/87inf4b9cb.fsf@vany.ca/ ||
	https://yhetil.org/guix/87mv141f2p.fsf@vany.ca/ ||
	https://yhetil.org/guix/87mv1eeu6i.fsf@vany.ca/

applying [1/1] https://yhetil.org/guix/87a80gb0us.fsf@vany.ca/
diff --git a/gnu/packages/patches/strongswan-test_process-disable-all.patch b/gnu/packages/patches/strongswan-test_process-disable-all.patch
new file mode 100644
index 000000000..df3d1f3be

1:13: space before tab in indent.
 	s = suite_create("process");
1:24: space before tab in indent.
 	tc = tcase_create("not found");
1:25: space before tab in indent.
 	tcase_add_test(tc, test_not_found);
1:26: space before tab in indent.
 	suite_add_tcase(s, tc);
1:53: space before tab in indent.
 	return s;
Checking patch gnu/packages/patches/strongswan-test_process-disable-all.patch...
Applied patch gnu/packages/patches/strongswan-test_process-disable-all.patch cleanly.
warning: 5 lines add whitespace errors.

skipping https://yhetil.org/guix/87inf4b9cb.fsf@vany.ca/ for df3d1f3be
skipping https://yhetil.org/guix/87mv141f2p.fsf@vany.ca/ for df3d1f3be
skipping https://yhetil.org/guix/87mv1eeu6i.fsf@vany.ca/ for df3d1f3be
index at:
100644 df3d1f3be800b37c01f39f449877a5a74add875c	gnu/packages/patches/strongswan-test_process-disable-all.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.