From 68288f272a0746853b2c8419d3348d3356f3fcaf Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Wed, 24 Apr 2024 19:20:08 -0700 Subject: [PATCH] Actually fix the PKG_TEST_FILES thing (#87) ... unless there are spaces in any file name. I even tested it this time. --- integration/macos/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/macos/test.sh b/integration/macos/test.sh index ba6b35c..3424bd5 100755 --- a/integration/macos/test.sh +++ b/integration/macos/test.sh @@ -66,6 +66,6 @@ fi "${workdir}/bin/python3" \ -m edb.tools --no-devmode test \ - "${file_arg}" \ + ${file_arg} \ -e cqa_ -e tools_ \ --verbose ${dash_j}