]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
readme: expected directory is no longer
authorJason Ish <ish@unx.ca>
Thu, 4 May 2017 15:25:42 +0000 (09:25 -0600)
committerJason Ish <ish@unx.ca>
Thu, 4 May 2017 15:42:18 +0000 (09:42 -0600)
README.md

index dd04b89c08dc7aee77828c77c22ae4b6983324b4..9e93cc29ab9505b7e94e356b184bb042b3c74695 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,6 +34,8 @@ Or to run a single test:
 
 - Add any rules required to ${dir}/test.rules.
 
-- Add the expected output to ${dir}/expected. This might most easily
-  be done by running the test then copying the desired files in the
-  output directory to the expected directory (after verification).
+- Add a "check.sh" script. This script is run after Suricata is
+  executed and should validate any Suricata output. It is executed
+  with the test directory as the working directory. This script should
+  exit 1 for failure, and 0 for success.
+