summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:08:12 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:08:12 +0000
commit695225e97e2ea163dac3b63659c05eb36f94bfd9 (patch)
treea07fa9e49404e2768700d569b11b7543185427fc
parentfa33a654266761c8bda817c830460afbf1983b8a (diff)
downloadchromium_src-695225e97e2ea163dac3b63659c05eb36f94bfd9.zip
chromium_src-695225e97e2ea163dac3b63659c05eb36f94bfd9.tar.gz
chromium_src-695225e97e2ea163dac3b63659c05eb36f94bfd9.tar.bz2
Attempt to cleanup after ourselves on test shell timeout.
The Linux buildbots have thousands of com.google.chrome.xxxxxx files in /tmp. We get one with every layout test time out. Review URL: http://codereview.chromium.org/43030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11354 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/test_shell/test_shell_gtk.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc
index fb56328..e53d409 100644
--- a/webkit/tools/test_shell/test_shell_gtk.cc
+++ b/webkit/tools/test_shell/test_shell_gtk.cc
@@ -400,6 +400,7 @@ static void AlarmHandler(int signatl) {
puts("#TEST_TIMED_OUT\n");
puts("#EOF\n");
fflush(stdout);
+ TestShell::ShutdownTestShell();
exit(0);
}