From e92deb4d17ebbbf718a577f87dd7b3b4859d0577 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Tue, 13 Feb 2024 16:14:56 +0100 Subject: [PATCH] Return error code to OS if TEDF objects are different --- src/testing/test_TEDF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/test_TEDF.cpp b/src/testing/test_TEDF.cpp index 037a7351..b384cc1d 100644 --- a/src/testing/test_TEDF.cpp +++ b/src/testing/test_TEDF.cpp @@ -59,5 +59,5 @@ int main(int argc, char **argv) { printf("Configuration objects c and b are different.\n"); result += 100; } - return 0; + return result; } -- GitLab