@@ -36,13 +36,13 Config=release | |||||
36 |
|
36 | |||
37 | [Win7 vs2008 debug QtC v4.8.2 (Jani's machine)] |
|
37 | [Win7 vs2008 debug QtC v4.8.2 (Jani's machine)] | |
38 | Platform=Win7 |
|
38 | Platform=Win7 | |
39 |
QtDir=D:\Qt\qt-win-commercial-4.8.2 |
|
39 | QtDir=D:\Qt\qt-win-commercial-4.8.2 | |
40 | ToolChain=vs2008 |
|
40 | ToolChain=vs2008 | |
41 | Config=debug |
|
41 | Config=debug | |
42 |
|
42 | |||
43 | [Win7 vs2008 release QtC v4.8.2 (Jani's machine)] |
|
43 | [Win7 vs2008 release QtC v4.8.2 (Jani's machine)] | |
44 | Platform=Win7 |
|
44 | Platform=Win7 | |
45 |
QtDir=D:\Qt\qt-win-commercial-4.8.2 |
|
45 | QtDir=D:\Qt\qt-win-commercial-4.8.2 | |
46 | ToolChain=vs2008 |
|
46 | ToolChain=vs2008 | |
47 | Config=release |
|
47 | Config=release | |
48 |
|
48 |
@@ -15,7 +15,7 my %job = Jobs::get($inifile, $jobname); | |||||
15 |
|
15 | |||
16 | # set/get paths |
|
16 | # set/get paths | |
17 | my $root_path = abs_path(); |
|
17 | my $root_path = abs_path(); | |
18 | my $bin_path = "$root_path/bin/"; |
|
18 | my $bin_path = "$root_path/bin/" . $job{'Config'} . "/"; | |
19 | my $reports_path = "test-reports"; |
|
19 | my $reports_path = "test-reports"; | |
20 |
|
20 | |||
21 | # create reports path |
|
21 | # create reports path |
General Comments 0
You need to be logged in to leave comments.
Login now