diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-wslua.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/suite-wslua.sh b/test/suite-wslua.sh index 49803036eb..c788a7d81c 100755 --- a/test/suite-wslua.sh +++ b/test/suite-wslua.sh @@ -341,15 +341,7 @@ wslua_step_protofield_test() { fi # Tshark catches lua script failures, so we have to parse the output. - # perform this twice: once with a tree, once without $TSHARK -r $CAPTURE_DIR/dns_port.pcap -X lua_script:$TESTS_DIR/lua/protofield.lua -V > testout.txt 2>&1 - grep -q "All tests passed!" testout.txt - if [ $? -ne 0 ]; then - cat testout.txt - test_step_failed "lua_args_test test 1 failed" - fi - - $TSHARK -r $CAPTURE_DIR/dns_port.pcap -X lua_script:$TESTS_DIR/lua/protofield.lua > testout.txt 2>&1 if grep -q "All tests passed!" testout.txt; then test_step_ok else |