From 47843be139e6c797954c87043a80bf40e242f70d Mon Sep 17 00:00:00 2001 From: jon-stumpf Date: Thu, 9 Oct 2014 20:17:48 -0400 Subject: Added comments to scripts in tools/ --- tools/test.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tools/test.sh') diff --git a/tools/test.sh b/tools/test.sh index b9a5c6f3b..267d69161 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -1,4 +1,15 @@ +# +# This test data assumes three devices exist: +# +# INSERT INTO device ( name, uniqueid ) VALUES +# ( 'Test Device 1', 123456789012345 ), +# ( 'Test Device 2', 123456789012 ), +# ( 'Test Device 3', 123456 ); +# +# Note: Not all shells support "echo -e" (e.g., dash, the default on Ubuntu). +# This will cause an unknown device error for "-e". bash works. + # testing data: # ids - 123456789012345 (32), 123456789012 (1), 123456 (2) # time - 12:00 + X min (where X is protocol number) -- cgit v1.2.3