mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
[test] clean ac after runing test (#2944)
This might solve the problem of CI server running out of space
This commit is contained in:
committed by
GitHub
parent
6fa9cdfa53
commit
e616cb243b
@@ -112,6 +112,9 @@ foreach my $aircraft (sort keys%{$conf->{'aircraft'}})
|
||||
warn "\nAIRCRAFT=$aircraft target=$target compiled sucessfully but had warnings.\n\n";
|
||||
}
|
||||
}
|
||||
# clean files
|
||||
run_program("Cleaning files for aircraft $aircraft",
|
||||
$ENV{'PAPARAZZI_SRC'}, "make AIRCRAFT=$aircraft clean_ac", $ENV{'TEST_VERBOSE'});
|
||||
ok($exit_status == 0, "Compile aircraft: $aircraft, target: $target");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user