Skip to content

Commit

Permalink
Allowing PERFPOOL to be defined by zfs-test users
Browse files Browse the repository at this point in the history
Reviewed-by: John Wren Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Kevin Greene <[email protected]>
Closes openzfs#15868
  • Loading branch information
kxgreene authored and lundman committed Mar 13, 2024
1 parent 9ec0dda commit c4c1bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zfs-tests/include/default.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export TESTPOOL=testpool
export TESTPOOL1=testpool1
export TESTPOOL2=testpool2
export TESTPOOL3=testpool3
export PERFPOOL=perfpool
export PERFPOOL=${PERFPOOL:-perfpool}

# some test file system names
export TESTFS=testfs
Expand Down

0 comments on commit c4c1bce

Please sign in to comment.