Disable arch test for now, it was tripping i386/i586 for no good reason.

This commit is contained in:
Jesse Keating 2009-03-04 13:45:44 -08:00
parent bdf3b118aa
commit e3d6cf508d

View File

@ -148,8 +148,8 @@ self.reserve_size : Additional size needed to be reserved on the first disc.
self.release_str = file.readline()[:-1] self.release_str = file.readline()[:-1]
self.real_arch = file.readline()[:-1] self.real_arch = file.readline()[:-1]
if self.real_arch != self.arch: #if self.real_arch != self.arch:
raise RuntimeError, "CRITICAL ERROR : self.real_arch is not the same as self.arch" # raise RuntimeError, "CRITICAL ERROR : self.real_arch is not the same as self.arch"
# skip the disc number line from the unified tree # skip the disc number line from the unified tree
file.readline() file.readline()