]> git.lyx.org Git - features.git/commitdiff
Cmake export tests: Add the die-message to the diestack() param.
authorKornel Benko <kornel@lyx.org>
Thu, 26 Oct 2017 20:43:24 +0000 (22:43 +0200)
committerKornel Benko <kornel@lyx.org>
Thu, 26 Oct 2017 20:43:24 +0000 (22:43 +0200)
Spotted by Scott.

development/autotests/useSystemFonts.pl

index 61eee4dd1ad2f873de5a94b138ca45edf443dc04..eec406e2d56637e43c42485d6531aa1061a272f3 100644 (file)
@@ -255,8 +255,7 @@ sub interpretedCopy($$$$)
          else {
            if (! -e "$f") {
              # Non relative (e.g. with absolute path) file should exist
-             print "File $f not found\n";
-             diestack("");
+             diestack("File \"$f\" not found, while parsing \"$source\"");
            }
          }
        }