summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Honkonen <jani.honkonen@digia.com>2012-09-05 16:24:02 +0300
committerJani Honkonen <jani.honkonen@digia.com>2012-09-05 16:24:59 +0300
commit1a95f90e0eefec518c2b517d674837a2b9af4fa2 (patch)
treef4406a400cb37f4e01090baa08d133f169756eaf
parent9231f93419e541f692662e8d2ebcc9817ac6cc9b (diff)
Update babmoo tools
-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