From da4146a5e03503083e6bc5c12984c06f41a3b4be Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 5 Feb 2015 21:12:17 -0800 Subject: [PATCH] fsync-tester: print info about PATH and locations of lsof lookup We're seeing the lsof invocation fail (as not found) in testing and nobody can identify why. Since attempting to reproduce the issue has not worked, this patch will gather data from a genuinely in-vitro location. Signed-off-by: Greg Farnum (cherry picked from commit a85051483874ff5b8b0fb50426a3577040457596) --- qa/workunits/suites/fsync-tester.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/workunits/suites/fsync-tester.sh b/qa/workunits/suites/fsync-tester.sh index b056e3be0d68..4c578d21e0ad 100755 --- a/qa/workunits/suites/fsync-tester.sh +++ b/qa/workunits/suites/fsync-tester.sh @@ -7,5 +7,6 @@ gcc fsync-tester.c -o fsync-tester ./fsync-tester +echo $PATH +whereis lsof lsof - -- 2.47.3