summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-16 17:19:51 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-16 17:32:40 +0000
commitb936c7277db3818012d69d0fa4fd76a23a89e3c0 (patch)
tree8fe4f42237e5430bd3d90490cf5bf30f8ed22869 /tests/README
parent8d7da3442d674e383375e3b7c0092d01a06f4142 (diff)
downloadtelepathy-glib-b936c7277db3818012d69d0fa4fd76a23a89e3c0.tar.gz
Allow tests to be run without a timeout: export TP_TESTS_NO_TIMEOUT=1
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/README b/tests/README
index edbd9659c..ff26e3442 100644
--- a/tests/README
+++ b/tests/README
@@ -9,3 +9,6 @@ Where to put new tests:
To run a single test:
make -C tests/dbus check TESTS=test-contacts
+
+If you're running a test under a debugger, export TP_TESTS_NO_TIMEOUT=1 to
+avoid it being killed for taking too long.