From: Joe Neeman Date: Sun, 24 Oct 2010 18:52:44 +0000 (-0700) Subject: Fix command for tracking crashes. X-Git-Tag: release/2.13.37-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b36e8e6740a23fe53059e3af93e84dc155f5ee30;p=lilypond.git Fix command for tracking crashes. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index be6377078a..ca3d099384 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -251,7 +251,7 @@ RESULT_DIR=$(top-build-dir)/out/test-results test: @echo 'For tracking crashes: use' @echo - @echo ' grep sourcefilename `grep -L systems.texi out/lybook-db/*/*log|sed s/log/ly/g`' + @echo ' grep sourcefilename `grep -L systems.texi out/lybook-testdb/*/*log|sed s/log/ly/g`' @echo $(MAKE) -C input/regression/ out=test local-test $(MAKE) -C input/regression/musicxml out=test local-test