* [PATCH 3/3] nfsim-testsuite: don't fail if no loadable modules are found
@ 2005-11-05 11:35 KOVACS Krisztian
0 siblings, 0 replies; only message in thread
From: KOVACS Krisztian @ 2005-11-05 11:35 UTC (permalink / raw)
To: netfilter-devel; +Cc: Harald Welte, Rusty Russell
[-- 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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-05 11:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05 11:35 [PATCH 3/3] nfsim-testsuite: don't fail if no loadable modules are found KOVACS Krisztian
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.