summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-04 07:31:06 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-04 08:04:11 +0200
commitcb40f5c6244050bc25152bd9949c7b4744dc4523 (patch)
tree363065d664941e341bfa661264c8863a96513d9c /tests/local.mk
parent6c23b012b9d3be56eb46337a009815136a9cc87d (diff)
downloadbison-cb40f5c6244050bc25152bd9949c7b4744dc4523.tar.gz
build: fix syntax-check issues
* src/system.h, tests/local.mk: Fix indentation.
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index b7e7cc59..fac8426f 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -99,7 +99,7 @@ recheck: $(RUN_TESTSUITE_deps)
$(RUN_TESTSUITE) \
$$(perl -n \
-e 'eof && /^(\d+).*: FAILED/ && print "$$1 "' \
- %D%/testsuite.dir/*/testsuite.log)
+ %D%/testsuite.dir/*/testsuite.log)
check-local: $(RUN_TESTSUITE_deps)
$(RUN_TESTSUITE)