Instead of add name option in config.txt file, I decided to use it in name.txt file for the following reasons:
1) Ability not need to re-edit config.txt file for each machine every time. This way, config file can be edit once and send to all machines to run the tests to get results back for the reason below.
2) Ability to name kernel_tests.log to a custom suffix name log. i.e. without name.txt file would be kernel_tests.log by default. With name.txt file will use kernel_tests-<name>.log. This allow for testers to download from all machines into same folder than download individual log files renamed to what machine was used.
3) Profit??
Instead of add name option in config.txt file, I decided to use it in name.txt file for the following reasons: 1) Ability not need to re-edit config.txt file for each machine every time. This way, config file can be edit once and send to all machines to run the tests to get results back for the reason below. 2) Ability to name kernel_tests.log to a custom suffix name log. i.e. without name.txt file would be
kernel_tests.log
by default. With name.txt file will usekernel_tests-<name>.log
. This allow for testers to download from all machines into same folder than download individual log files renamed to what machine was used. 3) Profit??In
name.txt
file:<name (first line only)>