summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/typetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/typetest.cpp')
-rw-r--r--fastos/src/tests/typetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/typetest.cpp b/fastos/src/tests/typetest.cpp
index 5439c1ad071..6db029a41f1 100644
--- a/fastos/src/tests/typetest.cpp
+++ b/fastos/src/tests/typetest.cpp
@@ -78,7 +78,7 @@ public:
PrintSeparator();
printf("END OF TEST (%s)\n", _argv[0]);
- return 0;
+ return allWasOk() ? 0 : 1;
}
};