summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/jobs.ini4
-rw-r--r--tools/run_tests.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/jobs.ini b/tools/jobs.ini
index cbcaeeba..bb1501c3 100644
--- a/tools/jobs.ini
+++ b/tools/jobs.ini
@@ -36,13 +36,13 @@ Config=release
[Win7 vs2008 debug QtC v4.8.2 (Jani's machine)]
Platform=Win7
-QtDir=D:\Qt\qt-win-commercial-4.8.2-vs2008-15-Apr-2012
+QtDir=D:\Qt\qt-win-commercial-4.8.2
ToolChain=vs2008
Config=debug
[Win7 vs2008 release QtC v4.8.2 (Jani's machine)]
Platform=Win7
-QtDir=D:\Qt\qt-win-commercial-4.8.2-vs2008-15-Apr-2012
+QtDir=D:\Qt\qt-win-commercial-4.8.2
ToolChain=vs2008
Config=release
diff --git a/tools/run_tests.pl b/tools/run_tests.pl
index c0a34cd1..a512e33c 100644
--- a/tools/run_tests.pl
+++ b/tools/run_tests.pl
@@ -15,7 +15,7 @@ my %job = Jobs::get($inifile, $jobname);
# set/get paths
my $root_path = abs_path();
-my $bin_path = "$root_path/bin/";
+my $bin_path = "$root_path/bin/" . $job{'Config'} . "/";
my $reports_path = "test-reports";
# create reports path