From f66c8c52ec6fa4869942e7f410b59a2d377873d0 Mon Sep 17 00:00:00 2001 From: Gabriele Giacone <1o5g4r8o@gmail.com> Date: Fri, 14 Jan 2011 21:31:01 +0100 Subject: [PATCH] Rename anaylse-results.sh --- Makefile.am | 2 +- testsuite/Makefile.am | 2 +- testsuite/{anaylse-results.sh => analyse-results.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename testsuite/{anaylse-results.sh => analyse-results.sh} (100%) diff --git a/Makefile.am b/Makefile.am index fe629ced8..c2f39fe90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -471,7 +471,7 @@ check-local: $(MAKE) anal anal testreport checksum: - $(srcdir)/testsuite/anaylse-results.sh + $(srcdir)/testsuite/analyse-results.sh endif .PHONY : dumpconfig \ diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index b35a96559..4f79a7ffd 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -91,7 +91,7 @@ SUBDIRS = \ EXTRA_DIST = check.h DummyMovieDefinition.h DummyCharacter.h gnashrc.in simple.exp -dist_noinst_SCRIPTS = anaylse-results.sh generic-testrunner.sh +dist_noinst_SCRIPTS = analyse-results.sh generic-testrunner.sh abs_mediadir = `cd $(srcdir)/media; pwd` abs_tmpsodir = `cd tmpSharedObject; pwd` diff --git a/testsuite/anaylse-results.sh b/testsuite/analyse-results.sh similarity index 100% rename from testsuite/anaylse-results.sh rename to testsuite/analyse-results.sh -- 2.11.4.GIT