Update of /cvsroot/tclresource/Extras/Tests/Forks
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23434
Modified Files:
BuildTestForks.tcl
Log Message:
Using [clock format]
Index: BuildTestForks.tcl
===================================================================
RCS file: /cvsroot/tclresource/Extras/Tests/Forks/BuildTestForks.tcl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BuildTestForks.tcl 6 Sep 2004 07:18:08 -0000 1.1
+++ BuildTestForks.tcl 7 Sep 2004 07:24:26 -0000 1.2
@@ -1,7 +1,7 @@
# -------------------------------------------------------
# File: "BuildTestsFiles.tcl"
# Created: 2004-09-05 07:54:17
-# Last modification: 2004-09-06 08:39:42
+# Last modification: 2004-09-07 08:10:21
# Author: Bernard Desgraupes
# e-mail: <bde...@ea...>
# www: <http://webperso.easyconnect.fr/bdesgraupes/>
@@ -14,7 +14,9 @@
package require resource 1.1
-set date [ISOTime::ISODateAndTimeRelaxed]
+# set date [ISOTime::ISODateAndTimeRelaxed]
+set date [clock format [clock seconds]]
+
set testdir [file dir [info script]]
# Build a datafork and a resourcefork resource file
|