aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-08-04 20:49:31 +0200
committerIlya Etingof <etingof@gmail.com>2017-08-04 20:49:31 +0200
commit2e5c5a378ce4a7a4cc7403881e8145a37c0e3a1c (patch)
tree6dd95486d81ad76ebe96aeb2e326b5627561c23d
parent14a0d3b0037950f22314b5448716238fd43aff52 (diff)
downloadpyasn1-modules-2e5c5a378ce4a7a4cc7403881e8145a37c0e3a1c.tar.gz
0.0.11
-rw-r--r--CHANGES.txt2
-rwxr-xr-xruntests.sh8
2 files changed, 3 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fba143d..0d331d5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Revision 0.0.11, released XX-07-2017
+Revision 0.0.11, released 04-08-2017
------------------------------------
- Fixed typo in ASN.1 definitions at rfc2315.py
diff --git a/runtests.sh b/runtests.sh
index b28984a..d0801c3 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -4,11 +4,7 @@ set -e
export PATH=tools:$PATH
-# TODO: temporarily disable failing tests
-for script in cmcdump.sh crl.sh pkcs10.sh pkcs7.sh \
- x509dump-rfc5280.sh \
- pkcs1.sh pkcs8.sh x509dump.sh
-#for script in test/*.sh
+for script in test/*.sh
do
- test/${script}
+ ${script}
done \ No newline at end of file