From 91faacbcfb8648bd5629c7c6dae5c5a0010781a5 Mon Sep 17 00:00:00 2001 From: markuskhouri Date: Tue, 22 Dec 2015 23:20:50 -0600 Subject: [PATCH] clarifying current behavior of 'lsc test' command --- docs/mentors/lab-server.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/mentors/lab-server.rst b/docs/mentors/lab-server.rst index e59525b..145ea57 100644 --- a/docs/mentors/lab-server.rst +++ b/docs/mentors/lab-server.rst @@ -165,6 +165,8 @@ that the config file is present. It validates that the information in the config file allows it to reach the Control Sheet used to manage the student instances. +Currently (12/22/2015), based on the master branch of python-minecraft/lab-server/controller/lsc/commands/environment.py, +the :command:`lsc test` command simply performs a directory listing of the current directory. Control Sheet Commands ~~~~~~~~~~~~~~~~~~~~~~