We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f531be commit 59e5ad6Copy full SHA for 59e5ad6
run_unittests.py
@@ -1196,7 +1196,7 @@ def change_builddir(self, newdir):
1196
def new_builddir(self):
1197
# In case the directory is inside a symlinked directory, find the real
1198
# path otherwise we might not find the srcdir from inside the builddir.
1199
- newdir = os.path.realpath(tempfile.mkdtemp())
+ newdir = os.path.realpath(tempfile.mkdtemp(dir=os.getcwd()))
1200
self.change_builddir(newdir)
1201
1202
def _print_meson_log(self):
0 commit comments