aboutsummaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/timetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/timetest.cpp')
-rw-r--r--fastos/src/tests/timetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/timetest.cpp b/fastos/src/tests/timetest.cpp
index a8db91ed0c8..b63ebf7fa02 100644
--- a/fastos/src/tests/timetest.cpp
+++ b/fastos/src/tests/timetest.cpp
@@ -283,7 +283,7 @@ int TimeTest::Main ()
printf("END OF TEST (%s)\n", _argv[0]);
- return 0;
+ return allWasOk() ? 0 : 1;
}