diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-26 12:00:54 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-27 09:20:50 +0000 |
commit | fe00811bf2bf8a4aa6a5043097bd91de2819281f (patch) | |
tree | 27b6c53c779ab5f5d2566eb9b840fd8d02d26fd5 | |
parent | 3f776a3e5a9a69d8980c286aaf8f6be93d303e89 (diff) |
Replace MC_TEST_SLEEP with CHECK_TWISTED_SLEEP
-rw-r--r-- | tests/twisted/run-test.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in index 2c419173..48f752d5 100644 --- a/tests/twisted/run-test.sh.in +++ b/tests/twisted/run-test.sh.in @@ -116,7 +116,7 @@ for t in $list ; do e=0 sh "${test_src}/twisted/tools/with-session-bus.sh" \ - ${MC_TEST_SLEEP} \ + ${CHECK_TWISTED_SLEEP} \ --also-for-system \ --config-file="${config_file}" \ -- \ |