Page MenuHomeFreeBSD

asa: Add some unit tests.
ClosedPublic

Authored by des on Jun 15 2023, 12:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 11:35 PM
Unknown Object (File)
Mon, Apr 6, 11:15 PM
Unknown Object (File)
Mon, Apr 6, 8:16 AM
Unknown Object (File)
Sun, Apr 5, 11:53 AM
Unknown Object (File)
Sat, Apr 4, 1:27 PM
Unknown Object (File)
Fri, Apr 3, 9:25 AM
Unknown Object (File)
Fri, Mar 27, 2:33 AM
Unknown Object (File)
Thu, Mar 26, 10:34 PM
Subscribers

Details

Reviewers
markj
Group Reviewers
Klara
Commits
rGb7412da2e122: asa: Add some unit tests.
Summary

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Jun 15 2023, 12:49 PM
markj added a subscriber: markj.
markj added inline comments.
usr.bin/asa/tests/asa_test.sh
87

Presumably this should be -s not-exit:0. -s not-exit just checks that the program didn't exit due to a signal.

This revision is now accepted and ready to land.Jun 15 2023, 3:08 PM
des marked an inline comment as done.Jun 15 2023, 7:14 PM
des added inline comments.
usr.bin/asa/tests/asa_test.sh
87

Thank you, will fix before committing.

This revision was automatically updated to reflect the committed changes.
des marked an inline comment as done.