mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
Extending the test framework #611
This commit is contained in:
@@ -476,9 +476,9 @@ void Console::load_standard_commands(unsigned int context) {
|
||||
flash_string_vector{F_(name_optional)},
|
||||
[](Shell & shell, const std::vector<std::string> & arguments) {
|
||||
if (arguments.size() == 0) {
|
||||
Test::run_test_shell(shell, "default");
|
||||
Test::run_test(shell, "default");
|
||||
} else {
|
||||
Test::run_test_shell(shell, arguments.front());
|
||||
Test::run_test(shell, arguments.front());
|
||||
}
|
||||
});
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user