Page MenuHomeFreeBSD

jail(3lua): Add some basic tests
Needs ReviewPublic

Authored by kevans on Oct 24 2020, 4:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 6, 8:41 AM
Unknown Object (File)
Nov 29 2024, 7:39 PM
Unknown Object (File)
Nov 25 2024, 3:45 AM
Unknown Object (File)
Nov 23 2024, 10:27 PM
Unknown Object (File)
Nov 23 2024, 12:55 PM
Unknown Object (File)
Nov 22 2024, 11:30 AM
Unknown Object (File)
Nov 22 2024, 11:19 AM
Unknown Object (File)
Nov 21 2024, 2:33 PM

Details

Reviewers
freqlabs

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 34362

Event Timeline

Curious, why are libifconfig bindings in the stack?

Curious, why are libifconfig bindings in the stack?

I don't know, that's a bit unusual... it doesn't look like I accidentally slapped any dependency on there (transitively or otherwise), so I'm not really sure since the only connection is that that's also dependent upon the (now-committed) libjail bits.

Curious, why are libifconfig bindings in the stack?

I don't know, that's a bit unusual... it doesn't look like I accidentally slapped any dependency on there (transitively or otherwise), so I'm not really sure since the only connection is that that's also dependent upon the (now-committed) libjail bits.

That's probably it then. Ok. I was looking at what I'd need to get through in the stack before I'd be able to get to here and that one caught me by surprise. :)

I'll look through the rest of the review later.

etc/mtree/BSD.tests.dist
296

This needs to be below, or the indentation is off here.

I was reading the diff stack wrong. This doesn't depend on flua-libifconfig after all, it's just displayed in the stack because it has a common ancestor: flua-libjail.