Page MenuHomeFreeBSD

indent: Simplify test script
ClosedPublic

Authored by des on Aug 7 2025, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 5, 6:17 AM
Unknown Object (File)
Fri, Sep 5, 6:17 AM
Unknown Object (File)
Tue, Aug 19, 4:45 AM
Unknown Object (File)
Tue, Aug 19, 3:58 AM
Unknown Object (File)
Tue, Aug 19, 3:08 AM
Unknown Object (File)
Tue, Aug 19, 12:58 AM
Unknown Object (File)
Mon, Aug 18, 11:34 PM
Unknown Object (File)
Mon, Aug 18, 11:22 PM
Subscribers

Details

Summary

Much of the test script was concerned with working around RCS tags and
dealing with cases which don't apply to indent.

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66089
Build 62972: arc lint + arc unit

Event Timeline

des requested review of this revision.Aug 7 2025, 4:35 PM
markj added inline comments.
usr.bin/indent/tests/functional_test.sh
3

Existing license text should be preserved.

34–35

Since it was declared local before, though it doesn't really matter. Alternately, don't bother using local at all.

usr.bin/indent/tests/functional_test.sh
34–35

actually profile_flag was not local in the original code

des marked 2 inline comments as done.

oops

markj added inline comments.
usr.bin/indent/tests/functional_test.sh
34–35

Ah, I was looking at profile_file.

This revision is now accepted and ready to land.Aug 7 2025, 11:28 PM
This revision was automatically updated to reflect the committed changes.