]> git.proxmox.com Git - mirror_zfs.git/commit
Fix zfs-tests.sh single test functionality
authorLOLi <loli10K@users.noreply.github.com>
Tue, 7 Nov 2017 22:55:31 +0000 (23:55 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 7 Nov 2017 22:55:31 +0000 (14:55 -0800)
commit271955da3eec30da42f0e67b63cd9ef5f003c55b
tree0f132d826601f79da1171d38e1a1a04690bc22c6
parentcb3b0419baeecd15cc6891cdccfe0d5d815edd36
Fix zfs-tests.sh single test functionality

Without any tag specified into the runtime-generated runfile the
test-runner will not execute the test provided from the command line:
fix this by adding tag information to the custom runfile.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #6826
scripts/zfs-tests.sh