summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2011-04-05 10:15:46 +0200
committerjasplin <qt-info@nokia.com>2011-04-05 10:15:46 +0200
commit383111e4895e71f0c0ec2d4f90d834be488d7dee (patch)
treeba46840f315d013baa959f85d093fba61186bfac
parent6c0002fcd9eddea6af3ea765a40ce5dc5a793fff (diff)
parentb99bb1061a01315a1a8b9ac629cd748f3876c671 (diff)
Merge branch 'master' of scm.dev.nokia.troll.no:bm/jasplins-bm2
-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);