Track expected test results and add more README information.


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22602 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/Test/runtests b/Test/runtests
index 02104db..7ec9885 100644
--- a/Test/runtests
+++ b/Test/runtests
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
-TARGETDIR=localout
-BASEDIR=localbase
+TARGETDIR=localResults
+BASEDIR=baseResults
 
 while read t; do
     echo Running $t...