Revision: 2696
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2696&view=rev
Author:   gespinasse
Date:     2009-04-11 17:39:22 +0000 (Sat, 11 Apr 2009)

Log Message:
-----------
Just cleanup the comments

Modified Paths:
--------------
    ipcop/trunk/lfs/parted

Modified: ipcop/trunk/lfs/parted
===================================================================
--- ipcop/trunk/lfs/parted      2009-04-11 17:02:52 UTC (rev 2695)
+++ ipcop/trunk/lfs/parted      2009-04-11 17:39:22 UTC (rev 2696)
@@ -89,7 +89,7 @@
        # it may even been deprecated in futur versions
        # so we use mke2fs directly for fs creation
        # but parted is broken when using --disable-fs
-       # this fail 'parted /dev/hda mkpart primary ext2'
+       # this command fail 'parted /dev/hda mkpart primary ext2'
        cd $(DIR_APP) && ./configure    --prefix=/usr \
                                        --without-readline \
                                        --disable-static \
@@ -99,10 +99,8 @@
 
        cd $(DIR_APP) && make -j $(PARALLELISM)
 ifeq "$(RUNNING_TEST)" "yes"
-       # Using --disable-fs, we skip tests that require fs creation
-       # with SKIP_TESTS="t1000.6 t1000.11 t1500 t2000 t3000 t3100"
-       # So a failure reported should be a real issue
-       # disable only 2 resize tests that fail on debian lenny 2.6.26
+       # Disable only 2 resize tests that fail on debian lenny 2.6.26 but not 
on 2.6.27
+       # So any other failure reported should be a real issue
        cd $(DIR_APP) && SKIP_TESTS="t3100.6 t3100.7" \
                make -C tests check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to