All of lore.kernel.org
 help / color / mirror / Atom feed
From: KOVACS Krisztian <hidden@balabit.hu>
To: "netfilter-devel" <netfilter-devel@lists.netfilter.org>
Cc: Harald Welte <laforge@netfilter.org>,
	Rusty Russell <rusty@rustcorp.com.au>
Subject: [PATCH 3/3] nfsim-testsuite: don't fail if no loadable modules are found
Date: Sat, 5 Nov 2005 12:35:44 +0100	[thread overview]
Message-ID: <200511051235.44808@nienna> (raw)

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]


  Hi,

  The testsuite fails if no loadable modules are found (for example: 
everything is compiled in statically). The attached patch tries to fix 
the testsuite for fully static configurations.

-- 
 Regards,
  Krisztian Kovacs

[-- Attachment #2: 03-nfsim-testsuite-dont_fail_if_no_modules_are_found.patch --]
[-- Type: text/x-diff, Size: 505 bytes --]

Don't fail if no loadable modules are found.

Index: nfsim-testsuite/test-kernel-source
===================================================================
--- nfsim-testsuite/test-kernel-source	(revision 4444)
+++ nfsim-testsuite/test-kernel-source	(working copy)
@@ -16,7 +16,7 @@
     mkdir $2
     cp simulator $2
     cp core/fakesockopt.so.1.0 $2
-    cp `find . -name *.so` $2
+    cp `find . -name *.so` $2 || true
 }
 
 # Simple check of cached nfsim: if any source file in nfsim newer, rebuild.

                 reply	other threads:[~2005-11-05 11:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200511051235.44808@nienna \
    --to=hidden@balabit.hu \
    --cc=laforge@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.