- Rename .processed_test_results to processed_test_results,

better not hide things uselessly...
This commit is contained in:
Sylvain Pion 2006-03-07 00:33:51 +00:00
parent 63e073ab8f
commit ad640e92f0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ my $announcements_dir="/u/termite/0/user/spion/CGAL/testannouncements";
my $lock_cmd= "/usr/local/bin/lockfile";
my $currentdir;
my $ftp_results_dir="/net/servers/ftp-sop/geometrica/Incoming";
my $check_file=".processed_test_results";
my $check_file="processed_test_results";
my ($cgal_version,$tarname,@results);