From b36e8e6740a23fe53059e3af93e84dc155f5ee30 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sun, 24 Oct 2010 11:52:44 -0700 Subject: [PATCH] Fix command for tracking crashes. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5