]> Kevux Git Server - fll/commit
Cleanup: Invalid environment define "CMOCKA_TEST_ABORT" in testfiles.
authorKevin Day <thekevinday@gmail.com>
Fri, 19 Jan 2024 03:07:32 +0000 (21:07 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 19 Jan 2024 03:07:32 +0000 (21:07 -0600)
commitb1898d0b0d2f6caf6a3597dad94f62cc7627ad9b
treea25a402d34c6e0edc43ade230f708b72cc1019d4
parent505dac4f34f378859c9feb8ae131496c18494a73
Cleanup: Invalid environment define "CMOCKA_TEST_ABORT" in testfiles.

This invalid configuration doesn't break anything unless someone uncomments it.
Then, the expected functionality does not happen.
The fix is easy, just add "define " at the start of that line to the right of the comment character.
30 files changed:
level_0/f_account/data/build/testfile
level_0/f_capability/data/build/testfile
level_0/f_color/data/build/testfile
level_0/f_console/data/build/testfile
level_0/f_control_group/data/build/testfile
level_0/f_conversion/data/build/testfile
level_0/f_directory/data/build/testfile
level_0/f_environment/data/build/testfile
level_0/f_execute/data/build/testfile
level_0/f_file/data/build/testfile
level_0/f_fss/data/build/testfile
level_0/f_iki/data/build/testfile
level_0/f_limit/data/build/testfile
level_0/f_memory/data/build/testfile
level_0/f_path/data/build/testfile
level_0/f_pipe/data/build/testfile
level_0/f_print/data/build/testfile
level_0/f_serialize/data/build/testfile
level_0/f_signal/data/build/testfile
level_0/f_socket/data/build/testfile
level_0/f_status/data/build/testfile
level_0/f_status_string/data/build/testfile
level_0/f_string/data/build/testfile
level_0/f_thread/data/build/testfile
level_0/f_type_array/data/build/testfile
level_0/f_utf/data/build/testfile
level_1/fl_string/data/build/testfile
level_1/fl_utf/data/build/testfile
level_2/fll_path/data/build/testfile
level_2/fll_status_string/data/build/testfile