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