[lvm-devel] LVM2/test/lib aux.sh

mbroz at sourceware.org mbroz at sourceware.org
Fri Mar 4 14:19:18 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz at sourceware.org	2011-03-04 14:19:18

Modified files:
	test/lib       : aux.sh 

Log message:
	Wait until dmeventd properly starts in test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/lib/aux.sh.diff?cvsroot=lvm2&r1=1.10&r2=1.11

--- LVM2/test/lib/aux.sh	2011/03/01 23:44:07	1.10
+++ LVM2/test/lib/aux.sh	2011/03/04 14:19:18	1.11
@@ -55,6 +55,9 @@
 
 	dmeventd -f "$@" &
 	echo "$!" > LOCAL_DMEVENTD
+
+	# FIXME wait for pipe in /var/run instead
+	sleep 1
 }
 
 teardown_devs() {




More information about the lvm-devel mailing list