mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
fixing test errors due to the change from sim to nps.
This commit is contained in:
@@ -28,7 +28,7 @@ foreach my $example (sort keys%{$examples->{'aircraft'}})
|
|||||||
next unless scalar $airframe_config->{'firmware'}->{$process}->{'target'}->{$target}->{'board'};
|
next unless scalar $airframe_config->{'firmware'}->{$process}->{'target'}->{$target}->{'board'};
|
||||||
|
|
||||||
# Exclude some builds on Mac as they are currently broken.
|
# Exclude some builds on Mac as they are currently broken.
|
||||||
next if ( ($Config{'osname'} =~ m#darwin#i) and ($example =~ m#LISA_ASCTEC_PIOTR|LisaLv11_Booz2v12_RC|BOOZ2_A1|LisaLv11_Aspirinv15_Overo_RCi|Quad_LisaM|Booz2#i) and ($target =~ m#sim#i) );
|
next if ( ($Config{'osname'} =~ m#darwin#i) and ($example =~ m#LISA_ASCTEC_PIOTR|LisaLv11_Booz2v12_RC|BOOZ2_A1|LisaLv11_Aspirinv15_Overo_RCi|Quad_LisaM|Booz2#i) and ($target =~ m#sim|nps#i) );
|
||||||
|
|
||||||
#warn "EXAMPLE: [$example] TARGET: [$target]\n";
|
#warn "EXAMPLE: [$example] TARGET: [$target]\n";
|
||||||
my $make_options = "AIRCRAFT=$example clean_ac $target.compile";
|
my $make_options = "AIRCRAFT=$example clean_ac $target.compile";
|
||||||
@@ -48,7 +48,7 @@ foreach my $example (sort keys%{$examples->{'aircraft'}})
|
|||||||
next unless scalar $airframe_config->{'firmware'}->{$process}->{$target}->{'board'};
|
next unless scalar $airframe_config->{'firmware'}->{$process}->{$target}->{'board'};
|
||||||
|
|
||||||
# Exclude some builds on Mac as they are currently broken.
|
# Exclude some builds on Mac as they are currently broken.
|
||||||
next if ( ($Config{'osname'} =~ m#darwin#i) and ($example =~ m#LISA_ASCTEC_PIOTR|LisaLv11_Booz2v12_RC|BOOZ2_A1|LisaLv11_Aspirinv15_Overo_RC|Quad_LisaM|Booz2#i) and ($target =~ m#sim#i) );
|
next if ( ($Config{'osname'} =~ m#darwin#i) and ($example =~ m#LISA_ASCTEC_PIOTR|LisaLv11_Booz2v12_RC|BOOZ2_A1|LisaLv11_Aspirinv15_Overo_RC|Quad_LisaM|Booz2#i) and ($target =~ m#sim|nps#i) );
|
||||||
|
|
||||||
#warn "EXAMPLET: [$example] TARGET: [$target]\n";
|
#warn "EXAMPLET: [$example] TARGET: [$target]\n";
|
||||||
my $make_options = "AIRCRAFT=$example clean_ac $target.compile";
|
my $make_options = "AIRCRAFT=$example clean_ac $target.compile";
|
||||||
|
|||||||
Reference in New Issue
Block a user