[Bro-Dev] [JIRA] (BIT-1481) some test canonifiers don't always read from stdin

Daniel Thayer (JIRA) jira at bro-tracker.atlassian.net
Fri Sep 18 13:55:00 PDT 2015


Daniel Thayer created BIT-1481:
----------------------------------

             Summary: some test canonifiers don't always read from stdin
                 Key: BIT-1481
                 URL: https://bro-tracker.atlassian.net/browse/BIT-1481
             Project: Bro Issue Tracker
          Issue Type: Problem
          Components: Bro
            Reporter: Daniel Thayer


Some of the test canonifier scripts being used in the Bro test suite
cannot reliably be combined with other canonifiers in a pipeline.
For example, this works:
TEST_DIFF_CANONIFIER="diff-remove-x509-names | diff-remove-timestamps"
but switching the order of these canonifiers does not work:
TEST_DIFF_CANONIFIER="diff-remove-timestamps | diff-remove-x509-names"




--
This message was sent by Atlassian JIRA
(v7.0.0-OD-05-005#70102)


More information about the bro-dev mailing list