From 191b35060493bc59a811472d485b82710690e06a Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 26 Jun 2003 21:30:58 +0000 Subject: [PATCH] . svn path=/trunk/boinc/; revision=1598 --- testbase | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testbase b/testbase index fa20a19a2d..34b1dd8d32 100755 --- a/testbase +++ b/testbase @@ -5,6 +5,11 @@ # Automate a clean check out, make all, check, distcheck. On error, complain # to stdout and return 1. Suitable for a cron job. +# need to set PATH because we might be running from a cron job. +# on our Solaris servers, cvs is in /opt/misc/bin +PATH=/opt/misc/bin:/usr/local/bin:/usr/bin:/bin:$PATH +export PATH + CHECKOUT="CVSROOT=/disks/milkyway/a/users/anderson/seti/cvsroot cvs co boinc" TMPDIR=/tmp/testbase