Tune outputs (information even when jobs are not purged).
 
 
 N=${N:-2}
+voms-proxy-info >/dev/null || fatal 2 "No VOMS proxy certificate!"
 if test -z "$VO"; then
-       voms-proxy-info >/dev/null || fatal 2 "No VOMS proxy certificate!"
        VO=`voms-proxy-info --vo`
 fi
 if test -z "$VO"; then
 done
 
 
+# -- result data --
+echo -n "[wild] outputs: "
+find "jobOutput.$$" -type f
+echo -en "${lf}"
+
+
 # -- only for done jobs: wait for cleared --
 
 n=${#jobs[*]}
 quit=0
 cleared_fail=0
+echo -en "[wild] waiting for cleared states...${lf}"
 while test $quit -eq 0; do
        quit=1
        for ((i=0;i<n;i++)); do
        fail=$TEST_ERROR
 fi
 
-echo -n "[wild] outputs: "
-find "jobOutput.$$" -type f
-echo -en "${lf}"
-
 test_end
 }