Skip to content

Commit

Permalink
KAZOO-4362: look! the build passes!
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Jan 26, 2016
1 parent 3685a25 commit a0eea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/kz.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ clean-test: $(CLEAN_MOAR)
test: clean-test eunit

eunit: compile-test
erl -noshell $(TEST_PA) -pa test/ -eval "case eunit:test([`echo test/*.beam | sed 's%[/.]% %g;s/ebin\|beam//g;s/ /, /g'`], [verbose]) of ok -> init:stop(); _ -> init:stop(1) end."
erl -noshell $(TEST_PA) -pa test/ -eval "case eunit:test([`echo test/*.beam | sed 's%\.beam test/%, %g;s%test/%%;s/\.beam//'`], [verbose]) of ok -> init:stop(); _ -> init:stop(1) end."


PLT ?= $(ROOT)/.kazoo.plt
Expand Down

0 comments on commit a0eea1c

Please sign in to comment.