Cxbx-Reloaded / xbox_kernel_test_suite

Xbox kernel APIs tester written using nxdk
GNU General Public License v3.0
22 stars 6 forks source link

Add name option in a separate file #98

Closed RadWolfie closed 6 months ago

RadWolfie commented 6 months ago

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??


In name.txt file: <name (first line only)>