diff options
author | Marius Bugge Monsen <mmonsen@trolltech.com> | 2009-05-29 15:33:26 (GMT) |
---|---|---|
committer | Marius Bugge Monsen <mmonsen@trolltech.com> | 2009-05-29 15:33:26 (GMT) |
commit | d7069af3c46c8bcb01be0a3c48e7510738110fba (patch) | |
tree | 68265dde258e73641eb070b8ada4e4b8f7388ead /tests | |
parent | cc10cda46329866e229eb7f190b1e0aeff09f76d (diff) | |
parent | 3cb304990f81799e6811b699b6b6ad1c32ec1107 (diff) | |
download | Qt-d7069af3c46c8bcb01be0a3c48e7510738110fba.zip Qt-d7069af3c46c8bcb01be0a3c48e7510738110fba.tar.gz Qt-d7069af3c46c8bcb01be0a3c48e7510738110fba.tar.bz2 |
Merge branch 'review/master'
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/auto/test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/test.pl b/tests/auto/test.pl index f2a1fe4..9fd5c9d 100755 --- a/tests/auto/test.pl +++ b/tests/auto/test.pl @@ -179,7 +179,7 @@ print " Tests started: $totalStarted \n"; print " Tests executed: $totalExecuted \n"; print " Tests timed out: $totalTimedOut \n"; -# This procedure takes care of handling death children on due time +# This procedure takes care of handling dead children on due time sub handleDeath { $buryChildren = 1; } |