29 lines
841 B
Diff
29 lines
841 B
Diff
From 2e3dcb2a720e4258b54d04ffd081c5159783df8e Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Thu, 22 Jun 2023 10:50:17 +0100
|
|
Subject: [PATCH 14/16] tests: Stop setting $SRCDIR for tests
|
|
|
|
Since no tests use this variable any longer we can stop setting it.
|
|
|
|
However note that make-psk.sh still uses the same-named (but not
|
|
connected) variable.
|
|
---
|
|
tests/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 32ebb7002..2921076de 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -63,7 +63,6 @@ EXTRA_PROGRAMS =
|
|
# Use the 'direct' backend, and ensure maximum libguestfs debugging.
|
|
# Enable libnbd debugging.
|
|
TESTS_ENVIRONMENT = \
|
|
- SRCDIR=$(srcdir) \
|
|
LIBGUESTFS_ATTACH_METHOD=appliance \
|
|
LIBGUESTFS_DEBUG=1 \
|
|
LIBGUESTFS_TRACE=1 \
|
|
--
|
|
2.41.0
|
|
|