mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
ZTS: events path cleanup
Removing hardcoded paths in events.cfg Reviewed-by: Giuseppe Di Natale <guss80@gmail.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: bunder2015 <omfgbunder@gmail.com> Closes #7805
This commit is contained in:
parent
80d45e089c
commit
fa84714abb
@ -31,8 +31,8 @@ VDEV2=$TEST_BASE_DIR/vdev2
|
||||
VDEV3=$TEST_BASE_DIR/vdev3
|
||||
VDEV4=$TEST_BASE_DIR/vdev4
|
||||
|
||||
export TMP_EVENTS=/tmp/tmp_events.$$
|
||||
export TMP_EVENTS_FULL=/tmp/tmp_events_full.$$
|
||||
export TMP_EVENT_FULL=/tmp/tmp_event_full.$$
|
||||
export TMP_EVENTS_ZED=/tmp/tmp_events_zed.$$
|
||||
export TMP_EVENT_ZED=/tmp/tmp_event_zed.$$
|
||||
export TMP_EVENTS=$TEST_BASE_DIR/tmp_events.$$
|
||||
export TMP_EVENTS_FULL=$TEST_BASE_DIR/tmp_events_full.$$
|
||||
export TMP_EVENT_FULL=$TEST_BASE_DIR/tmp_event_full.$$
|
||||
export TMP_EVENTS_ZED=$TEST_BASE_DIR/tmp_events_zed.$$
|
||||
export TMP_EVENT_ZED=$TEST_BASE_DIR/tmp_event_zed.$$
|
||||
|
Loading…
Reference in New Issue
Block a user