[Portland-bugs] [Bug 8288] XDG_UTILS_DEBUG_LEVEL not set correctly
after su -
bugzilla-daemon at annarchy.freedesktop.org
bugzilla-daemon at annarchy.freedesktop.org
Fri Sep 15 12:54:16 PDT 2006
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=8288
------- Additional Comments From scottb at xandros.com 2006-09-15 12:54 -------
The following code snippet is from assert_interactive() in testassertions.sh.
if [ "$TEST_STATUS" = 'FAIL' -a -z "$XDG_UTILS_DEBUG_LEVEL" -a "$expect" != C ]
; then
## Don't waste user's time if test has already failed.
test_infoline "Test has already failed. Not bothering to ask '$query'"
return
fi
When the tests are run with XDG_UTILS_DEBUG_LEVEL set, assert_interactive will
continue the test even if it has already failed. Is there a reason why this is
done?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Portland-bugs
mailing list