summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-09-29 21:47:55 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-09-29 21:49:50 +0200
commit3e42f8abe1b90c5bcc4a5190e2038e022c3dc30c (patch)
treee3c5bfc781029549c09e66cfcbda10ebe4b6fc19
parent2476ed3f929d2e5692c4074fb925a4a23c249b05 (diff)
remote-run: reflect recent makefile changes
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--src/tests/debug.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/debug.mk b/src/tests/debug.mk
index cac4107..6cd14b6 100644
--- a/src/tests/debug.mk
+++ b/src/tests/debug.mk
@@ -8,7 +8,7 @@ SSH_OPTS := -q -o ControlMaster=auto -o ControlPath=.ssh-deployment.sock
SSH_OPTS1 := $(SSH_OPTS)-1
SSH_OPTS2 := $(SSH_OPTS)-2
SSH_OPTS3 := $(SSH_OPTS)-3
-RSYNC_OPTS := --include="tools" --include="noise" --include="crypto" --include="*.mk" --include="*.sh" --include="*.8" --include="*.S" --include="*.c" --include="*.h" --include="Makefile" --exclude="*" -avP #--delete --delete-excluded
+RSYNC_OPTS := --include="selftest" --include="tools" --include="tests" --include="crypto" --include="*.mk" --include="*.sh" --include="*.8" --include="*.S" --include="*.c" --include="*.h" --include="Makefile" --include="Kbuild" --exclude="*" -avP #--delete --delete-excluded
MAYBE_DEBUG := "debug"
ifeq ($(D),0)