summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-09-11 22:10:30 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-09-11 22:10:30 (GMT)
commit9f17fe5855b87d4ba33fb42d220100a1bc11c785 (patch)
tree5bb3523f6a0309f038ad76c0fa20d17d901e1e8f
parenteb3be6eb98ba5f288e41d8f1aaa60decfd69a530 (diff)
downloadtcl-9f17fe5855b87d4ba33fb42d220100a1bc11c785.zip
tcl-9f17fe5855b87d4ba33fb42d220100a1bc11c785.tar.gz
tcl-9f17fe5855b87d4ba33fb42d220100a1bc11c785.tar.bz2
Fixed error launching win98 test
-rw-r--r--win/makefile.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 6a9405b..2465f79 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2004 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.145 2006/09/11 21:24:38 patthoyts Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.146 2006/09/11 22:10:30 patthoyts Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -552,10 +552,10 @@ test: setup $(TCLTEST) dlls $(CAT32)
<<
!else
@echo Please wait while the tests are collected...
- $(TCLTEST) "$(ROOT)/tests/all.tcl" $(TESTFLAGS) -loadfile <<
+ $(TCLTEST) "$(ROOT)/tests/all.tcl" $(TESTFLAGS) -loadfile << > tests.log
set ::ddelib [file normalize $(TCLDDELIB:\=/)]
set ::reglib [file normalize $(TCLREGLIB:\=/)]
-<< > tests.log
+<<
type tests.log | more
!endif