tests template skip mavlink except for mavlink test

This commit is contained in:
Daniel Agar
2018-08-30 10:30:37 -04:00
parent 844671ed6d
commit 8ddb99971f
4 changed files with 49 additions and 5 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ pushd "$rootfs" >/dev/null
# Do not exit on failure now from here on because we want the complete cleanup
set +e
if [[ ${model} == tests* ]] || [[ ${model} == *_generated ]]; then
if [[ ${model} == test_* ]] || [[ ${model} == *_generated ]]; then
sitl_command="$sitl_bin $no_pxh $src_path/ROMFS/px4fmu_test -s ${src_path}/${rcS_path}/${model} -t $src_path/test_data"
else
sitl_command="$sitl_bin $no_pxh $src_path/ROMFS/px4fmu_common -s etc/init.d-posix/rcS -t $src_path/test_data"