summaryrefslogtreecommitdiff
path: root/README-big-sector
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-06-17 11:21:17 +0200
committerJim Meyering <meyering@redhat.com>2009-07-24 15:04:45 +0200
commite0189c09d09d219faf02887bf5316f3fb0d87f17 (patch)
tree13457094b29f24d886efd0cc687f60913e60c8c4 /README-big-sector
parent96ac4ff00e244c7bd4afa238d3143f54e9b7e6cb (diff)
downloadparted-e0189c09d09d219faf02887bf5316f3fb0d87f17.tar.gz
build: arrange for "make check" to run the tests four times,
each using a different simulated partition size. First with an explicit size of 1024, then 2048, then 4096, and finally with the default of 512. * Makefile.am (check-other-sector_sizes): New rule. (check): Depend on it. * README-big-sector: Update accordingly. Suggestion from Otavio Salvador.
Diffstat (limited to 'README-big-sector')
-rw-r--r--README-big-sector7
1 files changed, 2 insertions, 5 deletions
diff --git a/README-big-sector b/README-big-sector
index 394f214..b7fee08 100644
--- a/README-big-sector
+++ b/README-big-sector
@@ -49,8 +49,5 @@ priority than fixing more serious problems involving stack smashing,
used-uninitialized, using-freed, etc. and generally getting the basic
partition-related tests to pass.
-Note that I've been making almost no effort to make _file system_-
-related tests pass with >512 sector sizes.
-
-Before long, I expect to adjust or skip FS-related tests that fail
-when sector size is larger than 512.
+I am making no effort to make _file system_-related tests pass
+with >512-byte sector sizes.