Jenkinsfile: HIL remove delete airframe from test

This commit is contained in:
Daniel Agar
2022-08-25 09:48:49 -04:00
parent 02c9ec6085
commit 2786239ca6
+1 -1
View File
@@ -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()