Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/check_klog.sh: Try dmesg too, don't let shell terminate script | Stefano Brivio | 2018-05-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | Some hosts might not use /var/log/kern.log for kernel messages, so if we can't find a match there, try dmesg next. If no matches are found, don't let the shell terminate the script, so that we have a chance to try dmesg and actually echo "no match!" if no matches are found: set +e before the setname loop. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | ||||
* | testsuite: Make sure it can be run over ssh :-) | Jozsef Kadlecsik | 2017-09-23 | 1 | -1/+7 |
| | |||||
* | Add new testsuite entries to verify counters and the new type implementations | Jozsef Kadlecsik | 2013-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | ||||
* | ipset 5: IPv6 port related and manpage fixes, more testsv5.0-pre4 | Jozsef Kadlecsik | 2010-06-25 | 1 | -0/+46 |
- getting ports for family INET6 fixed - more manpage polishing - tests to check the iptables/ip6tables match and target added |