From 77b743f0e12fece57cbf85b153df9fd97fa89326 Mon Sep 17 00:00:00 2001 From: John David Pressman Date: Sat, 8 Jun 2019 21:13:59 -0700 Subject: [PATCH] Try adding failure case message to makefile test --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 3587aa3ea..f7226602a 100644 --- a/makefile +++ b/makefile @@ -23,4 +23,6 @@ build: build-deps .ONESHELL: test: build eval $(opam env) - dune build @ligo-test + if [ ! dune build @ligo-test ] + then echo "If you get a error message that dune can't be found/isn't in your path, run 'eval $(opam env)' and this command will work."; + fi