From 7b4185aaf59f4718f2361a52f292574d4d50cc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 8 Jun 2015 10:00:50 +0300 Subject: Fix find command in test on OSX --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 23a1880..f298113 100644 --- a/test/Makefile +++ b/test/Makefile @@ -240,7 +240,7 @@ pkg-$(1): pkg-$(1)-clean pkg-$(1)-app1 $(MAKE) -C app1; if [ $$$$? -ne 0 ]; then \ echo "$(1): re-make error" >> pkgs.log; \ else \ - find -type f -name erl_crash.dump; if [ $$$$? -ne 0 ]; then \ + find . -type f -name erl_crash.dump; if [ $$$$? -ne 0 ]; then \ echo "$(1): erl_crash.dump found" >> pkgs.log; \ else \ erl +A0 -noinput -boot start_clean -pa app1/deps/*/ebin -eval " \ -- cgit v1.2.3