• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/gnupg2/0003-dont-run-tests.patch
Yann E. MORINYann E. MORIN committed 80677e0208c16 Dec 2015
Raw file
Source viewDiff to previous
 
1
tests: really don't run tests in cross-compilation
2
​
3
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
4
​
5
diff -durN gnupg2-2.0.29.orig/tests/Makefile.am gnupg2-2.0.29/tests/Makefile.am
6
--- gnupg2-2.0.29.orig/tests/Makefile.am    2015-09-08 14:39:24.000000000 +0200
7
+++ gnupg2-2.0.29/tests/Makefile.am 2015-12-16 18:27:55.778227183 +0100
8
@@ -64,6 +64,7 @@
9
 asschk_SOURCES = asschk.c
10
 
11
 
12
+if RUN_GPG_TESTS
13
 all-local: inittests.stamp
14
 
15
 clean-local:
16
@@ -72,4 +73,5 @@
17
 inittests.stamp: inittests
18
    srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests
19
    echo timestamp >./inittests.stamp
20
+endif # RUN_GPG_TESTS
21
 
22
diff -durN gnupg2-2.0.29.orig/tests/pkits/Makefile.am gnupg2-2.0.29/tests/pkits/Makefile.am
23
--- gnupg2-2.0.29.orig/tests/pkits/Makefile.am  2015-09-01 08:52:21.000000000 +0200
24
+++ gnupg2-2.0.29/tests/pkits/Makefile.am   2015-12-16 18:44:06.422655594 +0100
25
@@ -52,6 +52,7 @@
26
 
27
 DISTCLEANFILES = pubring.kbx~ random_seed
28
 
29
+if RUN_GPG_TESTS
30
 all-local: inittests.stamp
31
 
32
 clean-local:
33
@@ -71,5 +72,5 @@
34
            elif test $$? -eq 77; then echo "- SKIP $$tst"; \
35
       fi; \
36
          done
37
-
38
+endif # RUN_GPG_TESTS
39
 
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.