texlive[72857] Build/source/texk/web2c/texprofdir/tests/hello.test:

commits+mruckert at tug.org commits+mruckert at tug.org
Fri Nov 15 17:02:15 CET 2024


Revision: 72857
          https://tug.org/svn/texlive?view=revision&revision=72857
Author:   mruckert
Date:     2024-11-15 17:02:15 +0100 (Fri, 15 Nov 2024)
Log Message:
-----------
TeXprof: checking for test directories before use

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/texprofdir/tests/hello.test

Modified: trunk/Build/source/texk/web2c/texprofdir/tests/hello.test
===================================================================
--- trunk/Build/source/texk/web2c/texprofdir/tests/hello.test	2024-11-15 15:57:16 UTC (rev 72856)
+++ trunk/Build/source/texk/web2c/texprofdir/tests/hello.test	2024-11-15 16:02:15 UTC (rev 72857)
@@ -12,7 +12,10 @@
 
 # separate from texprofdir/tests because automake writes hello.log
 # in texprofdir/tests (so it already exists).
-OUTDIR=./texprofdir/tests/outdir; mkdir $OUTDIR
+test -d ./texprofdir || mkdir texprofdir
+test -d ./texprofdir/tests || mkdir texprofdir/tests
+OUTDIR=./texprofdir/tests/outdir;
+test -d $OUTDIR || mkdir $OUTDIR
 
 #./texprof --help >/dev/null  || exit $?
 ./texprof --version || exit $?



More information about the tex-live-commits mailing list.