[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. debian/0.1-52-g76526e2

Enrico Zini enrico at enricozini.org
Mon Feb 23 18:02:53 UTC 2009


The following commit has been merged in the master branch:
commit 75789f16313d68f73727e4169a9885c7e161533d
Author: Enrico Zini <enrico at enricozini.org>
Date:   Sun Feb 22 14:03:05 2009 +0000

    Make tests work with nodm using exec
    
    Also, show a pstree of nodm in the test

diff --git a/test_nodm b/test_nodm
index 1c1d86f..503bcf7 100755
--- a/test_nodm
+++ b/test_nodm
@@ -10,11 +10,12 @@ case "$1" in
 		echo "HOME is: $HOME"
 		echo "pwd: `pwd`"
 		echo "id: `id`"
+		pstree `pgrep nodm|head -1`
 		exit 0
 		;;
 	*)
 		export NODM_USER=$1
-		export NODM_XINIT=exec
+		export NODM_XINIT="time"
 		export NODM_XSESSION="`pwd`/$0"
 #		export NODM_X_OPTIONS="runtest a b c"
 		export NODM_MIN_SESSION_TIME=60

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list