aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authordhneio <dhneio@eml.cc>2015-02-24 08:06:57 -0800
committerdhneio <dhneio@eml.cc>2015-02-24 08:06:57 -0800
commit4b9267bd588c91eb125441fa51616deadda3b20a (patch)
treeba408e91ad3740aa79a0ef719e6d403ef7fb150d /python/servo/testing_commands.py
parentbf60477e955ff8997b8dffd2b4e6da76ad6b3346 (diff)
downloadservo-4b9267bd588c91eb125441fa51616deadda3b20a.tar.gz
servo-4b9267bd588c91eb125441fa51616deadda3b20a.zip
Remove outdated warning from test-unit
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 562c103de0d..10959cd021d 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -124,9 +124,6 @@ class MachCommands(CommandBase):
if c != "servo":
ret = ret or cargo_test(c)
- print("WARNING: test-unit has probably destroyed your servo binary "
- " (see https://github.com/rust-lang/cargo/issues/961 ). You "
- " may want to rebuild now.")
return ret
@Command('test-ref',