r3120 - glibc-package/branches/glibc-2.8/debian
Author: aurel32
Date: 2008-09-05 18:51:35 +0000 (Fri, 05 Sep 2008)
New Revision: 3120
Modified:
glibc-package/branches/glibc-2.8/debian/rules
Log:
Fix location of expected testsuite results
Modified: glibc-package/branches/glibc-2.8/debian/rules
===================================================================
--- glibc-package/branches/glibc-2.8/debian/rules 2008-09-04 15:46:33 UTC (rev 3119)
+++ glibc-package/branches/glibc-2.8/debian/rules 2008-09-05 18:51:35 UTC (rev 3120)
@@ -117,7 +117,7 @@
log_build = $(build-tree)/log-build-$(call xx,configure_target)-$(curpass)
log_test = $(build-tree)/log-test-$(call xx,configure_target)-$(curpass)
log_results = $(build-tree)/test-results-$(call xx,configure_target)-$(curpass)
-log_expected = debian/expected-results-$(call xx,configure_target)-$(curpass)
+log_expected = debian/testsuite-checking/expected-results-$(call xx,configure_target)-$(curpass)
# Which build pass are we on?
curpass = $(filter-out %_,$(subst _,_ ,$@))
Reply to: