Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed8ad10c authored by Dave Young's avatar Dave Young Committed by Linus Torvalds
Browse files

kcmp selftests: print fail status instead of cause make error



In case kcmp_test exit non zero value it will cause make error.
Better way is just print the test failure status.

Signed-off-by: default avatarDave Young <dyoung@redhat.com>
Reviewed-by: default avatarPekka Enberg <penberg@kernel.org>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 63d23367
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ else
endif

run_tests: all
	./kcmp_test
	@./kcmp_test || echo "kcmp_test: [FAIL]"

clean:
	rm -fr ./run_test