diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-07 19:28:33 +0100 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-07 19:28:33 +0100 |
| commit | c0d9beb94395120401bf632cf3277d37a63b0b99 (patch) | |
| tree | 9f663d4b9bcc63f02bd979045e2a04b793e81575 | |
| parent | bab2be17b5c6af95b7a990038a1978454829b511 (diff) | |
Set G_MESSAGES_DEBUG during testing
The same as Gabble commit cbfa9d06.
| -rwxr-xr-x | tests/exec-with-log.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exec-with-log.sh b/tests/exec-with-log.sh index fe25b3c..3dab126 100755 --- a/tests/exec-with-log.sh +++ b/tests/exec-with-log.sh @@ -9,6 +9,8 @@ cd "${abs_top_builddir}/tests" export LC_ALL=C export HAZE_DEBUG=all +G_MESSAGES_DEBUG=all +export G_MESSAGES_DEBUG ulimit -c unlimited exec >> haze-testing.log 2>&1 |
