summaryrefslogtreecommitdiff
path: root/tests.makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests.makefile')
-rw-r--r--tests.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.makefile b/tests.makefile
index b152f01..81c9312 100644
--- a/tests.makefile
+++ b/tests.makefile
@@ -11,7 +11,7 @@ useradd:
11 $(SU) - $(testuser) -c 'git config --global user.email $(testuser)' 11 $(SU) - $(testuser) -c 'git config --global user.email $(testuser)'
12 12
13test: install $(shell getent passwd $(testuser) >/dev/null || echo useradd) 13test: install $(shell getent passwd $(testuser) >/dev/null || echo useradd)
14 $(ROOT_INSTALL) -t ~$(testuser) tests.sh 14 $(ROOT_INSTALL) -t ~$(testuser) $(SRC)/tests.sh
15 $(SU) - $(testuser) -c ./tests.sh 15 $(SU) - $(testuser) -c ./tests.sh
16 16
17ifeq ($(testuser),) 17ifeq ($(testuser),)