freebsd-skq/tools
ngie 113fbc5161 MFC r292569:
Make the mac_portacl testcases work / more robust

- A trap(1) call has been added to the test scripts to better
  ensure that the tests do a better job at trying to restore the
  test host state at the end of the tests (if the test was
  interrupted before it would leave the system in an odd state,
  potentially making the test results for subsequent runs
  non-deterministic).
- Add root user checks
- Fix nc(1) usage:
  -- -o is deprecated
  -- Using `-w 10` will make the call timeout after 10 seconds so it
     doesn't block indefinitely
- Use local variables
- Be more terse in the error messages
- Parameterize out "127.0.0.1"

Sponsored by: EMC / Isilon Storage Division
2015-12-28 23:32:27 +00:00
..
bsdbox MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
build MFC r292355: Remove lldb(1) files if WITHOUT_LLDB is set 2015-12-21 15:13:15 +00:00
debugscripts MFH: r292263 2015-12-24 20:15:14 +00:00
diag MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
kerneldoc
KSE MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
LibraryReport
regression MFC r292569: 2015-12-28 23:32:27 +00:00
sched MFC 272315 272757 274091 274902 2015-02-13 19:06:22 +00:00
test MFC r289441: 2015-11-09 07:49:39 +00:00
tools MFC r290452: zfsboottest: catch up with r241289, call zfs_spa_init() for 2015-11-17 15:18:52 +00:00
install.sh
make_libdeps.sh MFC r256450: 2013-10-23 18:07:07 +00:00
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.