From 91d9f35c351b54547d7cab6d69c1ccc554d22d17 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 20 Oct 1999 12:46:22 +0000 Subject: CST only writes files which have changed (still a couple more writes to replace). Also a bug fix for Build Headers for when the file to be included is in the include directory of the thorn. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1068 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/Runtest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/Runtest.pl') diff --git a/lib/sbin/Runtest.pl b/lib/sbin/Runtest.pl index 6692b9db..7d83cc08 100644 --- a/lib/sbin/Runtest.pl +++ b/lib/sbin/Runtest.pl @@ -233,7 +233,7 @@ sub runtest { printf "Issuing $cmd\n"; $retcode = 0; open (CMD, "$cmd |"); - open (LOG, "> ${sep}$tp.log"); + open (LOG, "> $tp.log"); while () { print LOG; -- cgit v1.2.3