From 8077caa6d37b404dd03b9a967ad5d52769ca3830ad8f831c371f22395fab3a10 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sat, 1 Dec 2012 15:41:19 +0000 Subject: [PATCH] Add note about tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iptables?expand=0&rev=2 --- python-iptables.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-iptables.spec b/python-iptables.spec index 6cb76b5..4ce44f6 100644 --- a/python-iptables.spec +++ b/python-iptables.spec @@ -47,6 +47,10 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +# Can't really run tests, needs root access and modifies iptables of build host: +#%%check +#yes | python test.py + %files %defattr(-,root,root,-) %doc NOTICE doc