# HG changeset patch # User Pat Downey # Date 1273664555 -3600 # Node ID 8f26271e902e9bc6cb19dc5421a6f3d3ddf3f3f3 # Parent a370015021c1946d922d93fe6a4c86a60bf84229# Parent 9983d8eb2250711a52e894c6e81b112b372ca4dc Merge ats_specialise_test_drop modification to automatically set the test-target param. diff -r a370015021c1 -r 8f26271e902e common/build.postbuild.xml --- a/common/build.postbuild.xml Fri May 07 10:14:46 2010 +0100 +++ b/common/build.postbuild.xml Wed May 12 12:42:35 2010 +0100 @@ -1,6 +1,6 @@ - + [SF-POSTBUILD] @@ -898,4 +898,14 @@ + + + + + + + + + + diff -r a370015021c1 -r 8f26271e902e common/tools/ats/ats_specialise_test_drop.pl --- a/common/tools/ats/ats_specialise_test_drop.pl Fri May 07 10:14:46 2010 +0100 +++ b/common/tools/ats/ats_specialise_test_drop.pl Wed May 12 12:42:35 2010 +0100 @@ -141,8 +141,8 @@ $test_drop->{'test'}->{'buildid'}->[0] = $build_id, if $build_id; # Insert the path to the ROM image if ($image_path) { - $test_drop->{'test'}->{'plan'}->[0]->{'flash'}->[0]; - my $flash_params = $test_drop->{'test'}->{'plan'}->[0]->{'flash'}; + $test_drop->{'test'}->{'plan'}->[0]->{'flash'}->[0]; + my $flash_params = $test_drop->{'test'}->{'plan'}->[0]->{'flash'}; $flash_params->[0] = { 'target-alias' => $test_target, 'images' => $image_path }; }