HomeFreeBSD

Verify ZFS Test Suite scripts executability

Description

Verify ZFS Test Suite scripts executability

This change adds a make target 'testscheck' which verifies all ksh test
scripts, part of the ZFS Test Suite, have their executable bit set:
this should avoid adding new test scripts that cannot be executed by
the test-runner.py which would result in the following warning message:

   Warning: Test removed from TestGroup because it failed verification.

This also verifies both *.cfg and *.kshlib files used in the ZFS Test
Suite are not executable.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #7131

Details

Provenance
LOLi <loli10K@users.noreply.github.com>Authored on Feb 7 2018, 8:43 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Feb 7 2018, 8:43 PM
Parents
rG6b810d04bda3: Remove deprecated zfs_arc_p_aggressive_disable
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG9ca25e709b90: Verify ZFS Test Suite scripts executability (authored by LOLi <loli10K@users.noreply.github.com>).Feb 7 2018, 8:43 PM