Page MenuHomeFreeBSD

asa: Add some unit tests.
ClosedPublic

Authored by des on Jun 15 2023, 12:49 PM.
Tags
None
Referenced Files
F166505184: D40564.id123274.diff
Thu, Aug 13, 8:55 PM
F166453464: D40564.id123297.diff
Thu, Aug 13, 4:18 PM
Unknown Object (File)
Thu, Aug 13, 1:16 AM
Unknown Object (File)
Wed, Aug 12, 2:40 PM
Unknown Object (File)
Tue, Aug 11, 10:57 PM
Unknown Object (File)
Tue, Aug 11, 8:24 PM
Unknown Object (File)
Mon, Aug 10, 12:41 PM
Unknown Object (File)
Mon, Aug 10, 10:09 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 52081
Build 48972: arc lint + arc unit

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
86

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
86

Thank you, will fix before committing.

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