From cbcb57ad25e63a8ff7952121b72458e5b2d04355 Mon Sep 17 00:00:00 2001 From: Mads Flensted-Urech Date: Fri, 11 May 2018 08:46:22 +0800 Subject: list templates on seperate lines --- test/plugin_bootstrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/plugin_bootstrap.mk b/test/plugin_bootstrap.mk index 37ea707..9fde93a 100644 --- a/test/plugin_bootstrap.mk +++ b/test/plugin_bootstrap.mk @@ -181,7 +181,7 @@ bootstrap-templates: build clean $t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v $i "Check that we can get the list of templates" - $t test `$(MAKE) -C $(APP) --no-print-directory list-templates V=0 | wc -l` -eq 1 + $t test `$(MAKE) -C $(APP) --no-print-directory list-templates V=0 | wc -l` -gt 1 $i "Generate one of each template" $t $(MAKE) -C $(APP) --no-print-directory new t=gen_fsm n=my_fsm -- cgit v1.2.3