mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 19:17:28 +08:00
Corrected a regex and added a couple of ignore items
This commit is contained in:
@@ -169,3 +169,7 @@
|
|||||||
|
|
||||||
# Mac OS X
|
# Mac OS X
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
sw/ground_segment/lpc21iap/lpc21iap.dSYM/Contents/Info.plist
|
||||||
|
|
||||||
|
sw/ground_segment/lpc21iap/lpc21iap.dSYM/Contents/Resources/DWARF/lpc21iap
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ my $compile_output = run_program(
|
|||||||
$ENV{'PAPARAZZI_SRC'},
|
$ENV{'PAPARAZZI_SRC'},
|
||||||
"make $make_compile_options",
|
"make $make_compile_options",
|
||||||
0,1);
|
0,1);
|
||||||
unlike($compile_output, '/Aircraft \'LisaLv11_Booz2v12_RC\' not found in', "The compile output does not contain the message \"Aircraft \'LisaLv11_Booz2v12_RC\' not found in\"");
|
unlike($compile_output, '/Aircraft \'LisaLv11_Booz2v12_RC\' not found in/', "The compile output does not contain the message \"Aircraft \'LisaLv11_Booz2v12_RC\' not found in\"");
|
||||||
unlike($compile_output, '/Error/i', "The compile output does not contain the word \"Error\"");
|
unlike($compile_output, '/Error/i', "The compile output does not contain the word \"Error\"");
|
||||||
|
|
||||||
####################
|
####################
|
||||||
|
|||||||
Reference in New Issue
Block a user