From b99bb1061a01315a1a8b9ac629cd748f3876c671 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 1 Apr 2011 11:36:15 +0200 Subject: BM2: Use `/home/qt/benchmarks' directory instead of the `benchmarks2' We want to track the Tieto benchmarks files as well. --- scripts/bm2_result_watcher.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bm2_result_watcher.pl b/scripts/bm2_result_watcher.pl index 24094e0..0a8830a 100755 --- a/scripts/bm2_result_watcher.pl +++ b/scripts/bm2_result_watcher.pl @@ -33,8 +33,8 @@ my $logFilePath = "/var/log/"; # log file path my $logFile = $logFilePath . $daemonName . ".log"; my $pidFilePath = "/var/run/"; # PID file path my $pidFile = $pidFilePath . $daemonName . ".pid"; -my $workdir = "/home/qt/benchmarks2/"; -my $tmpdir = "/home/qt/tmp_benchmarks2/"; +my $workdir = "/home/qt/benchmarks/"; +my $tmpdir = "/home/qt/tmp_benchmarks/"; # daemonize use POSIX qw(setsid); -- cgit v1.2.3