From: Zdeněk Šustr Date: Mon, 7 Nov 2011 18:34:49 +0000 (+0000) Subject: More debugging output. X-Git-Tag: merge_30_head_take2_dst~66 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=4795533f57796177b1c0eb6a777ebd5f99097b2b;p=jra1mw.git More debugging output. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl index 401ceb3..5c8e1dc 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl @@ -315,6 +315,7 @@ if($sudoerr) { printf "user not allowed to 'sudo'"; test_skipped(); #XXX Just for debugging: + printf("sudoerr=$sudoerr \n"); system("sudo -n /bin/cat /etc/cron.d/glite-lb-purge.cron"); } else {