Skip to content

Commit e8b0b10

Browse files
committed
Run ct without input.
1 parent 87c41cc commit e8b0b10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ endif
3030
test: compile_test
3131
ifdef suite
3232
@# 'make test suite=syn_registry_SUITE'
33-
ct_run -dir $(PROJECT_DIR)/test -logdir $(PROJECT_DIR)/test/results \
33+
ct_run -noinput -dir $(PROJECT_DIR)/test -logdir $(PROJECT_DIR)/test/results \
3434
-suite $(suite) \
3535
-pa `rebar3 as test path`
3636
else
37-
ct_run -dir $(PROJECT_DIR)/test -logdir $(PROJECT_DIR)/test/results \
37+
ct_run -noinput -dir $(PROJECT_DIR)/test -logdir $(PROJECT_DIR)/test/results \
3838
-pa `rebar3 as test path`
3939
endif
4040

0 commit comments

Comments
 (0)