Hi Bruno, On 3/22/24 8:02 AM, Bruno Haible wrote: > This test error > > $ GNULIB_TOOL_IMPL=py ./test-create-testdir-1.sh > configure.ac:8: installing 'build-aux/compile' > configure.ac:4: installing 'build-aux/install-sh' > configure.ac:4: installing 'build-aux/missing' > gllib/Makefile.am: installing 'build-aux/depcomp' > parallel-tests: installing 'build-aux/test-driver' > Traceback (most recent call last): > File "/media/develdata/devel/GNULIB/gnulib-git/pygnulib/main.py", line > 1341, in <module> > main() > File "/media/develdata/devel/GNULIB/gnulib-git/pygnulib/main.py", line > 1035, in main > testdir.execute() > File "/media/develdata/devel/GNULIB/gnulib-git/pygnulib/GLTestDir.py", line > 877, in execute > os.chdir(self.testdir) > FileNotFoundError: [Errno 2] No such file or directory: 'tmp1119113-result' > FAIL: gnulib-tool exited with code 1. > > is fixed by the following patch:
Thanks for fixing this. I beleive that I caused this issue... Just more proof that the test suite is needed. Collin