From 0c1bc178a44438496c2544460dd5bebf0804970e Mon Sep 17 00:00:00 2001 From: Bernard Davison Date: Mon, 5 Mar 2012 12:48:16 +1100 Subject: [PATCH] Corrected a regex and added a couple of ignore items --- .gitignore | 4 ++++ tests/LisaL/01_upload.t | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a83e0026e9..3f7ec9f13a 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,7 @@ # Mac OS X .DS_Store + +sw/ground_segment/lpc21iap/lpc21iap.dSYM/Contents/Info.plist + +sw/ground_segment/lpc21iap/lpc21iap.dSYM/Contents/Resources/DWARF/lpc21iap diff --git a/tests/LisaL/01_upload.t b/tests/LisaL/01_upload.t index 1889674480..b850fc5677 100644 --- a/tests/LisaL/01_upload.t +++ b/tests/LisaL/01_upload.t @@ -14,7 +14,7 @@ my $compile_output = run_program( $ENV{'PAPARAZZI_SRC'}, "make $make_compile_options", 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\""); ####################