From 4b7c66cafc7b250f4517cfb1e415a2889abec994 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 26 Feb 2012 17:42:50 +0100 Subject: controller_test: add README --- client/tests/controller_test/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/tests/controller_test/README.txt diff --git a/client/tests/controller_test/README.txt b/client/tests/controller_test/README.txt new file mode 100644 index 00000000..aa2536a7 --- /dev/null +++ b/client/tests/controller_test/README.txt @@ -0,0 +1,10 @@ +To run the test: + +terminal 1: +export SPICE_XPI_SOCKET=/tmp/SpiceController-0.uds +spicec --controller + +terminal 2: +./spice_controller + +repeated enters to go between checks. -- cgit