Skip to content

Commit

Permalink
No need to invoke rebar twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Burd committed Jun 11, 2012
1 parent 3b0749b commit 906fe35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -12,7 +12,7 @@ all: erl
./priv/script_builder ./priv/script_builder


erl: erl:
rebar get-deps && rebar compile rebar get-deps compile


clean: clean:
rm -rf bin rm -rf bin
Expand All @@ -38,7 +38,7 @@ test: erl
rebar skip_deps=true ct ; \ rebar skip_deps=true ct ; \
kill `ps aux | grep beam | grep edis_[t]est_server | awk '{print $$2}'` kill `ps aux | grep beam | grep edis_[t]est_server | awk '{print $$2}'`


test-hanoidb: test-hanoidb: erl
${ERL} -config test/test-hanoidb.config -noshell -sname edis_test_server -s edis -run elog debug & ${ERL} -config test/test-hanoidb.config -noshell -sname edis_test_server -s edis -run elog debug &
mkdir -p ./test/ebin mkdir -p ./test/ebin
erlc -o ./test/ebin +debug_info ./test/*_SUITE.erl erlc -o ./test/ebin +debug_info ./test/*_SUITE.erl
Expand Down

0 comments on commit 906fe35

Please sign in to comment.