From 4ea0ab3cc5569ad3952c78582e0c9070163c2bc3 Mon Sep 17 00:00:00 2001 From: sdong Date: Fri, 22 Jul 2016 10:42:56 -0700 Subject: [PATCH] Revert "Remove bashism from `make check` (#1225)" This reverts commit 08ab1d83ac01c5e36673e844f3590f8ae14a6f2b. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dad0c4fbe..e45600cf3 100644 --- a/Makefile +++ b/Makefile @@ -557,7 +557,7 @@ $(parallel_tests): $(PARALLEL_TEST) -e '/^(\s*)(\S+)/; !$$1 and do {$$p=$$2; break};' \ -e 'print qq! $$p$$2!'`; \ for TEST_NAME in $$TEST_NAMES; do \ - TEST_SCRIPT=t/run-$$TEST_BINARY-`echo $$TEST_NAME|sed -e 's/\//-/g'`; \ + TEST_SCRIPT=t/run-$$TEST_BINARY-$${TEST_NAME//\//-}; \ echo " GEN " $$TEST_SCRIPT; \ printf '%s\n' \ '#!/bin/sh' \ @@ -620,7 +620,7 @@ check_0: } \ | $(prioritize_long_running_tests) \ | grep -E '$(tests-regexp)' \ - | parallel -j$(J) --joblog=LOG $$eta --gnu '{} >&2 t/log-{/}' + | parallel -j$(J) --joblog=LOG $$eta --gnu '{} >& t/log-{/}' .PHONY: valgrind_check_0 valgrind_check_0: