Skip to content

framework/test/base: Make sure to always use strings in commands

Corentin Noël requested to merge tintou/piglit:tintou/ensure-string into main

The command contains the checksum as an argument. In some cases, the checksum contains only numbers and is considered as an integer by the JSON parser. Force it to be a string.

Merge request reports