]> Kevux Git Server - fll/commit
Bugfix: Properly back port runtime tests for FSS Read programs.
authorKevin Day <Kevin@kevux.org>
Sun, 11 Aug 2024 21:09:16 +0000 (16:09 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 11 Aug 2024 21:09:16 +0000 (16:09 -0500)
commitb3a2df740f698a0553fd4459cbfbf1edb2a25114
treed9cf3359f13658868d5b9640a65d8e56957a484e
parent9d84453be16426ed2bd11527c2ae8b49d1aaf430
Bugfix: Properly back port runtime tests for FSS Read programs.

I failed to notice that the program is the `fss_read` program which does not exist in the 0.6 project.
I ended up testing the `fss_read` program installed on the system.
The tests all appeared to pass because of this when in reality the tests were never being run.

For the `fss_embedded_read` test, just disable that one for now.
There are known problems with the 0.6 branch for that.
I will have to address the problems with `fss_embedded_read` in another release.
13 files changed:
build/scripts/test.sh
level_3/fss_basic_list_read/data/build/testfile
level_3/fss_basic_list_read/tests/runtime/script/generate.sh
level_3/fss_basic_read/data/build/testfile
level_3/fss_basic_read/tests/runtime/script/generate.sh
level_3/fss_embedded_list_read/data/build/testfile
level_3/fss_embedded_list_read/tests/runtime/script/generate.sh
level_3/fss_extended_list_read/data/build/testfile
level_3/fss_extended_list_read/tests/runtime/script/generate.sh
level_3/fss_extended_read/data/build/testfile
level_3/fss_extended_read/tests/runtime/script/generate.sh
level_3/fss_payload_read/data/build/testfile
level_3/fss_payload_read/tests/runtime/script/generate.sh