From: zacheiss Date: Wed, 30 Aug 2000 18:49:21 +0000 (+0000) Subject: Append to logfile instead of blowing it away. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/426db67f4d4e2aac085a3882abc981842e2a11c7 Append to logfile instead of blowing it away. --- diff --git a/regtape/grouper.pl b/regtape/grouper.pl index 8a4075c5..6426f9f4 100755 --- a/regtape/grouper.pl +++ b/regtape/grouper.pl @@ -51,7 +51,7 @@ while (($user, $mitid) = $sth->fetchrow_array) { open(MRTEST, "|$mrtest >/dev/null 2>&1"); print MRTEST "connect $db\n"; print MRTEST "auth\n"; -open(LOG, ">$logfile"); +open(LOG, ">>$logfile"); # Create any lists that don't already exist in Moira foreach $class (@$classes) {