From f3ee7f40c1e8687840f74e186dbf15949789d7db Mon Sep 17 00:00:00 2001 From: Jerry Blakley Date: Thu, 9 Feb 2017 21:22:47 +0000 Subject: [PATCH] Find iozone in home rather than opt for fusedav tests --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 6c0ef61a..d0142673 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -25,7 +25,7 @@ dutest = $(testdir)/dutest.sh dutest-flags= # NB: no PASS/FAIL notification yet from iozone, still requires eyeballs -iozone = /opt/iozone/src/current/iozone +iozone = /root/pantheon/iozone/src/current/iozone # -g: start with files of this size (by default 64K) # -n: stop with files of this size (default: don't know, we never succeed past 128M) # For unit testing, just do the 4M size; it's generally small enough to finish quickly