tetbuild.cfg.Linux
Stuart R. Anderson
anderson at gabe.freedesktop.org
Tue Jul 5 22:55:53 PDT 2005
Update of /cvs/xtest/xts5/configs
In directory gabe:/tmp/cvs-serv17930
Modified Files:
tetbuild.cfg.Linux
Log Message:
Get TET_ROOT from the env where it can be more easily set
Index: tetbuild.cfg.Linux
===================================================================
RCS file: /cvs/xtest/xts5/configs/tetbuild.cfg.Linux,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tetbuild.cfg.Linux 19 Apr 2005 04:45:44 -0000 1.5
+++ tetbuild.cfg.Linux 6 Jul 2005 05:55:50 -0000 1.6
@@ -33,6 +33,9 @@
#
# Modifications:
# $Log$
+# Revision 1.6 2005/07/06 05:55:50 anderson
+# Get TET_ROOT from the env where it can be more easily set
+#
# Revision 1.5 2005/04/19 04:45:44 anderson
# s/vsw5/xts5/
#
@@ -212,7 +215,8 @@
##################
# The location of TET_ROOT. This must not contain variable expansions.
-TET_ROOT=/set_your_dir_here
+# This must be set in the environment
+#TET_ROOT=/set_your_dir_here
# TETBASE - The location of the TET directories
TETBASE=${TET_ROOT}
More information about the xorg-test-commit
mailing list