diff options
author | dhneio <dhneio@eml.cc> | 2015-02-24 08:06:57 -0800 |
---|---|---|
committer | dhneio <dhneio@eml.cc> | 2015-02-24 08:06:57 -0800 |
commit | 4b9267bd588c91eb125441fa51616deadda3b20a (patch) | |
tree | ba408e91ad3740aa79a0ef719e6d403ef7fb150d /python/servo/testing_commands.py | |
parent | bf60477e955ff8997b8dffd2b4e6da76ad6b3346 (diff) | |
download | servo-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.py | 3 |
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', |