summaryrefslogtreecommitdiff
blob: 2ec6c4f4fbb0a5f6c9df244336c98066d92162e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From cf44c226f26a3d753402d36c66fcb8f81b4748f5 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Fri, 27 Mar 2020 15:35:46 +0100
Subject: [PATCH] Make tests find the build

---
 test_all.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_all.sh b/test_all.sh
index d158f76..4fbbf2e 100644
--- a/test_all.sh
+++ b/test_all.sh
@@ -85,7 +85,7 @@ test_support()
     fi
 }
 
-buildpath=$(find ./build/lib.linux* -maxdepth 0 -type d)
+buildpath="${BUILD_DIR}"/lib  # passed by distutils-r1 eclass
 export PYTHONPATH=$buildpath:.
 
 echo "## Testing each commands for each subsystems"
-- 
2.24.1