aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/makefile b/tests/scripts/makefile
index 8ea802f..8079c3c 100644
--- a/tests/scripts/makefile
+++ b/tests/scripts/makefile
@@ -32,7 +32,7 @@ include tests.mk
.PHONY: check
check: $(TESTS)
- @for d in reports/* ; do \
+ @cd reports; for d in * ; do \
if [ ! -f "$$d/OK" ]; then \
echo "BROKEN: $$d" ; \
elif [ "$$(tail -n1 $$d/OK)" != "OK" ]; then \