Index: tools/chrome_remote_control/run_tests |
diff --git a/tools/chrome_remote_control/run_tests b/tools/chrome_remote_control/run_tests |
deleted file mode 100755 |
index e6d64bf0456c17f6052c5aabbd2b853b44224a97..0000000000000000000000000000000000000000 |
--- a/tools/chrome_remote_control/run_tests |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-#!/usr/bin/env python |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
-import os |
-import sys |
- |
-import chrome_remote_control.run_tests |
- |
-if __name__ == '__main__': |
- top_level_dir = os.path.abspath( |
- os.path.dirname(__file__)) |
- start_dir = 'chrome_remote_control' |
- ret = chrome_remote_control.run_tests.Main( |
- sys.argv[1:], start_dir, top_level_dir) |
- sys.exit(ret) |