Page MenuHomeFreeBSD

asa: Add some unit tests.
ClosedPublic

Authored by des on Jun 15 2023, 12:49 PM.
Tags
None
Referenced Files
F166260900: D40564.id123274.diff
Wed, Aug 12, 2:40 PM
F166130652: D40564.id123297.diff
Tue, Aug 11, 10:57 PM
F166114423: D40564.id123297.diff
Tue, Aug 11, 8:24 PM
Unknown Object (File)
Mon, Aug 10, 12:41 PM
Unknown Object (File)
Mon, Aug 10, 10:09 AM
Unknown Object (File)
Sat, Aug 8, 10:21 PM
Unknown Object (File)
Sat, Aug 8, 7:12 PM
Unknown Object (File)
Sat, Aug 8, 5:55 AM
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.