summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-04-01 11:36:15 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-04-01 11:36:15 +0200
commitb99bb1061a01315a1a8b9ac629cd748f3876c671 (patch)
tree847e8ae63930a2483829d56ac2446e1c5fbdb1bd
parente56e8acba449d5176d741c2d209a7c2c58c2b3bc (diff)
BM2: Use `/home/qt/benchmarks' directory instead of the `benchmarks2'
We want to track the Tieto benchmarks files as well.
-rwxr-xr-xscripts/bm2_result_watcher.pl4
1 files 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);