We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd61170 commit ed7eba2Copy full SHA for ed7eba2
testsuite/Makefile
@@ -238,7 +238,7 @@ one: lib tools
238
@$(MAKE) check-failstamp
239
@if [ -n '$(LIST)' ] ; then \
240
while IFS='' read -r LINE; do \
241
- $(MAKE) --no-print-directory exec-one DIR=$$LINE ; \
+ $(MAKE) --no-print-directory exec-one DIR="`echo $$LINE | sed 's/^ *//g'`" ; \
242
done < $$LIST 2>&1 | tee $(TESTLOG) ; \
243
$(MAKE) report ; fi
244
0 commit comments