From 300457b7d2406e0c400b51a77609ce1ab01b564c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 6 Jan 2012 15:03:28 +0100 Subject: gsm0408: Print message when the test is done --- openbsc/tests/gsm0408/gsm0408_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/tests/gsm0408/gsm0408_test.c') diff --git a/openbsc/tests/gsm0408/gsm0408_test.c b/openbsc/tests/gsm0408/gsm0408_test.c index 679ce664f..60a151faf 100644 --- a/openbsc/tests/gsm0408/gsm0408_test.c +++ b/openbsc/tests/gsm0408/gsm0408_test.c @@ -99,5 +99,6 @@ int main(int argc, char **argv) test_location_area_identifier(); test_mi_functionality(); - exit(0); + printf("Done.\n"); + return EXIT_SUCCESS; } -- cgit v1.2.3