aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander_tests/commander_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/commander/commander_tests/commander_tests.cpp')
-rw-r--r--src/modules/commander/commander_tests/commander_tests.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/commander/commander_tests/commander_tests.cpp b/src/modules/commander/commander_tests/commander_tests.cpp
index 0abb84a82..2bfa5d0bb 100644
--- a/src/modules/commander/commander_tests/commander_tests.cpp
+++ b/src/modules/commander/commander_tests/commander_tests.cpp
@@ -48,7 +48,5 @@ extern "C" __EXPORT int commander_tests_main(int argc, char *argv[]);
int commander_tests_main(int argc, char *argv[])
{
- stateMachineHelperTest();
-
- return 0;
+ return stateMachineHelperTest() ? 0 : -1;
}