mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-11-22 13:09:36 +03:00
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 |
||
|---|---|---|
| .. | ||
| case_all_values.ksh | ||
| casenorm.cfg | ||
| casenorm.kshlib | ||
| cleanup.ksh | ||
| insensitive_formd_delete.ksh | ||
| insensitive_formd_lookup.ksh | ||
| insensitive_none_delete.ksh | ||
| insensitive_none_lookup.ksh | ||
| Makefile.am | ||
| mixed_formd_delete.ksh | ||
| mixed_formd_lookup_ci.ksh | ||
| mixed_formd_lookup.ksh | ||
| mixed_none_delete.ksh | ||
| mixed_none_lookup_ci.ksh | ||
| mixed_none_lookup.ksh | ||
| norm_all_values.ksh | ||
| sensitive_formd_delete.ksh | ||
| sensitive_formd_lookup.ksh | ||
| sensitive_none_delete.ksh | ||
| sensitive_none_lookup.ksh | ||
| setup.ksh | ||