forked from Archive/PX4-Autopilot
Jenkinsfile: HIL remove delete airframe from test
This commit is contained in:
parent
02c9ec6085
commit
2786239ca6
|
@ -794,7 +794,7 @@ void resetParameters() {
|
|||
void runTests() {
|
||||
|
||||
// test loading a range of airframes
|
||||
sh './Tools/HIL/test_airframes.sh `find /dev/serial -name *usb-*` 2100 3000 4001 6001 8001 10016'
|
||||
sh './Tools/HIL/test_airframes.sh `find /dev/serial -name *usb-*` 2100 3000 4001 6001 8001'
|
||||
|
||||
resetParameters()
|
||||
|
||||
|
|
Loading…
Reference in New Issue