diff --git a/system/base/openssl/actions.py b/system/base/openssl/actions.py index 6631bde0..db8129c2 100755 --- a/system/base/openssl/actions.py +++ b/system/base/openssl/actions.py @@ -75,14 +75,14 @@ def build(): autotools.make("depend") autotools.make() -# def check(): +def check(): #Revert ca-dir patch not to fail test #shelltools.system("patch -p1 -R < openssl-1.0.0-beta4-ca-dir.patch") - # homeDir = "%s/test-home" % get.workDIR() - # shelltools.export("HOME", homeDir) - # shelltools.makedirs(homeDir) - # autotools.make("-j1 test") + homeDir = "%s/test-home" % get.workDIR() + shelltools.export("HOME", homeDir) + shelltools.makedirs(homeDir) + autotools.make("-j1 test") #Passed. So, re-patch #shelltools.system("patch -p1 < openssl-1.0.0-beta4-ca-dir.patch")