From b6a4910eb544bca38cb8673c9795d492eb31e431 Mon Sep 17 00:00:00 2001
From: Mike Pennisi <mike@mikepennisi.com>
Date: Fri, 19 Feb 2016 10:49:15 -0500
Subject: [PATCH] Console Runner: Formally Deprecate

Document the console runner's "deprecated" status. Move the
documentation to a less central location in the project's file hierarchy.
---
 CONSOLE-RUNNER.md => tools/CONSOLE-RUNNER.md | 3 +++
 1 file changed, 3 insertions(+)
 rename CONSOLE-RUNNER.md => tools/CONSOLE-RUNNER.md (97%)

diff --git a/CONSOLE-RUNNER.md b/tools/CONSOLE-RUNNER.md
similarity index 97%
rename from CONSOLE-RUNNER.md
rename to tools/CONSOLE-RUNNER.md
index 754149eb46..0088813adb 100644
--- a/CONSOLE-RUNNER.md
+++ b/tools/CONSOLE-RUNNER.md
@@ -1,5 +1,8 @@
 ## Using the Console Test Runner
 
+**Note** This utility has been deprecated. It will not be updated with new
+features; future changes will be limited to bug fixes only.
+
 The console test runner is used to test browserless implementations of ECMAScript, e.g., [v8](http://en.wikipedia.org/wiki/V8_(JavaScript_engine)), [node](http://en.wikipedia.org/wiki/Node.js), or [js24](http://packages.ubuntu.com/trusty/libmozjs-24-bin) 
 
 ### Requirements
-- 
GitLab