mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
test_rtt: Fix wrong option identifier
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
7f857f392c
commit
f695225a3a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ int TestRTT::parse(json_t *json) {
|
|||
|
||||
formatter = Format::Ptr(fmt);
|
||||
if (!formatter)
|
||||
throw ConfigError(json_format, "node-config-node-exec-format",
|
||||
throw ConfigError(json_format, "node-config-node-test-rtt-format",
|
||||
"Invalid format configuration");
|
||||
|
||||
// Construct List of test cases
|
||||
|
|
Loading…
Add table
Reference in a new issue