From b6e84d469993ceff1c0d6f3201cbcecdfa17eb06 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Wed, 5 Jul 2017 09:19:01 -0700 Subject: tests: forward-porting test fixes from 3.6 branch Change-Id: I4074e7cce8f6782860f849780ab6d0458e92a2ce Signed-off-by: Jeff Darcy Reviewed-on: https://review.gluster.org/17708 Smoke: Gluster Build System Tested-by: Jeff Darcy CentOS-regression: Gluster Build System Reviewed-by: Jeff Darcy --- tests/include.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/include.rc') diff --git a/tests/include.rc b/tests/include.rc index 3573912a665..12f70e991c8 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -353,6 +353,7 @@ which killall > /dev/null || { which pidof > /dev/null || { pidof() { + $PYTHON pidof.py $@ } } @@ -1167,3 +1168,5 @@ function STAT_INO() echo 0 fi } + +systemctl stop nfs-mountd -- cgit