Remove an over-aggressive assertion

Signed-off-by: James Ren <[email protected]>

--- autotest/utils/external_packages.py 2010-04-14 11:04:01.000000000 -0700
+++ autotest/utils/external_packages.py 2010-04-14 18:11:57.000000000 -0700
@@ -734,7 +734,6 @@
 
     def is_needed(self, install_dir):
         gwt_dir = os.path.join(install_dir, GwtPackage.name)
-        assert os.path.exists(gwt_dir)
         return not os.path.exists(os.path.join(gwt_dir, self.local_filename))
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to