summaryrefslogtreecommitdiff
path: root/lib/tinytest
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@gmail.com>2023-11-28 14:21:03 -0800
committerDamien George <damien@micropython.org>2023-12-15 15:48:07 +1100
commitf22e88611dda2f713ce9b8ae004915ae006105ba (patch)
treee01dfe5ff87938e74c10ab89a3ca0a8f5ef5f895 /lib/tinytest
parent0d93392f10dc15cbd7e05931d0ddd7a5cc62c4b2 (diff)
py/makeqstrdefs.py: Don't skip output for stale hash file.
In "cat" mode a "$output_file.hash" file is checked to see if the hash of the new output is the same as the existing, and if so the output file isn't updated. However, it's possible that the output file has been deleted but the hash file has not. In this case the output file is not created. Change the logic so that a hash file is considered stale if there is no output file and still create the output. Signed-off-by: Trent Piepho <tpiepho@gmail.com>
Diffstat (limited to 'lib/tinytest')
0 files changed, 0 insertions, 0 deletions