Skip to content

Commit

Permalink
noshell for running unit tests
Browse files Browse the repository at this point in the history
SVN Revision: 805
  • Loading branch information
nniclausse committed Feb 22, 2008
1 parent fc8f37e commit b0e6695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ test:
$(MAKE) TYPE=test dotest

dotest: tsung buildtest $(CONFFILE) $(TEST_CONFFILE)
$(ERL) -pa ./ebin -s eunit test ts_test_all -s init stop
$(ERL) -noshell -pa ./ebin -s eunit test ts_test_all -s init stop

all: clean tsung

Expand Down

0 comments on commit b0e6695

Please sign in to comment.