flatpak-builder silently ignores entries of invalid type in build-commands
in manifest YAML
#602
Open
2 tasks done
build-commands
in manifest YAML
#602
Checklist
flatpak-builder version
1.15.6
Flatpak version
1.4.1
How to reproduce
simple
build method, and multiple commands listed underbuild-commands
as an array; make sure the build succeedsfalse
as an element in thebuild-commands
array somewhere in the middle (simulating a user adding it meaning the UNIXfalse
command, without realizing it should've been quoted)Expected Behavior
flatpak-builder should warn that the list contains an element of invalid type (bool instead of string).
Actual Behavior
flatpak-builder silently ignores the bool entry and finishes the build successfully.
Additional Information
No response
The text was updated successfully, but these errors were encountered: