aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-11 15:35:10 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-03-01 16:07:43 -0300
commit7e3888c7ff425c6043064c290962dcc9b8c3249e (patch)
tree18c22242c79e85ccb12811b7568322d8e0a76fd0 /test
parentmakefiles: fix whitespace (diff)
downloadfirejail-7e3888c7ff425c6043064c290962dcc9b8c3249e.tar.gz
firejail-7e3888c7ff425c6043064c290962dcc9b8c3249e.tar.zst
firejail-7e3888c7ff425c6043064c290962dcc9b8c3249e.zip
makefiles: fix misc blank line consistency
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index d41ab39d1..5bfad42fa 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1,7 +1,6 @@
1TESTS=$(patsubst %/,%,$(wildcard */)) 1TESTS=$(patsubst %/,%,$(wildcard */))
2 2
3.PHONY: $(TESTS) 3.PHONY: $(TESTS)
4
5$(TESTS): 4$(TESTS):
6 cd $@ && ./$@.sh 2>&1 | tee $@.log 5 cd $@ && ./$@.sh 2>&1 | tee $@.log
7 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log 6 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log