123456789101112131415 |
- Subject: Disable the tcpreplay tests as the require root privileges
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Forwarded: not-needed
- --- a/test/Makefile.am
- +++ b/test/Makefile.am
- @@ -36,7 +36,7 @@
- test2.rewrite_mac_seed_keep test2.rewrite_l7fuzzing
-
- test: all
- -all: clearlog check tcpprep tcpreplay tcprewrite
- +all: clearlog check tcpprep tcprewrite
-
- clearlog:
- -rm test.log
|