Просмотр исходного кода

Fix "repetition-operator operand invalid" error in tests on OSX

Loïc Hoguin 9 лет назад
Родитель
Сommit
81e9214299
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      test/core_app.mk

+ 2 - 2
test/core_app.mk

@@ -994,7 +994,7 @@ core-app-pt: build clean-core-app-pt
 	$t echo "COMPILE_FIRST += my_pt" >> $(APP)/Makefile
 
 	$i "Build the application; confirm the parse_transform is used"
-	$t $(MAKE) -C $(APP) | grep "*** Running my_pt parse_transform."
+	$t $(MAKE) -C $(APP) | grep "Running my_pt parse_transform."
 
 	$i "Check that the application was compiled correctly"
 	$t $(ERL) -pa $(APP)/ebin/ -eval " \
@@ -1034,7 +1034,7 @@ core-app-pt-erlc-opts: build clean-core-app-pt-erlc-opts
 	$t echo "ERLC_OPTS += +'{parse_transform, my_pt}'" >> $(APP)/Makefile
 
 	$i "Build the application; confirm the parse_transform is used"
-	$t $(MAKE) -C $(APP) | grep "*** Running my_pt parse_transform."
+	$t $(MAKE) -C $(APP) | grep "Running my_pt parse_transform."
 
 	$i "Check that the application was compiled correctly"
 	$t $(ERL) -pa $(APP)/ebin/ -eval " \