diff options
author | Björn Gustavsson <[email protected]> | 2013-02-07 13:15:15 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-02-07 13:15:15 +0100 |
commit | f7eed05cb052fd479efaa7607118bf74b523ec33 (patch) | |
tree | 72b8ec5e4ae350b52fb58c75613b0d19ab7611e7 /lib/asn1/test/testX420.erl | |
parent | 2ec63b31743a177446884ed12736607d3fbea1ef (diff) | |
parent | d45c6b727da8db7664d2cc08a16ef8ca68fe46df (diff) | |
download | otp-f7eed05cb052fd479efaa7607118bf74b523ec33.tar.gz otp-f7eed05cb052fd479efaa7607118bf74b523ec33.tar.bz2 otp-f7eed05cb052fd479efaa7607118bf74b523ec33.zip |
Merge branch 'maint'
* maint:
Prepare release
Don't run testX420/1 on old slow Sparc systems
testX420: Pass Options to the ASN.1 compiler
asn1_erl_nif: Correct broken length encoding
asn1_SUITE: Mend broken test_modified_x420/1
Revert "Prepare release"
Conflicts:
lib/asn1/doc/src/notes.xml
lib/asn1/test/asn1_SUITE.erl
Diffstat (limited to 'lib/asn1/test/testX420.erl')
-rw-r--r-- | lib/asn1/test/testX420.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/testX420.erl b/lib/asn1/test/testX420.erl index 52b20a2c70..045660a8e2 100644 --- a/lib/asn1/test/testX420.erl +++ b/lib/asn1/test/testX420.erl @@ -37,7 +37,7 @@ compile_loop(Erule, [Spec|Specs], Options, Config) when Erule =:= ber; Erule =:= per -> CaseDir = ?config(case_dir, Config), asn1_test_lib:compile(filename:join([x420, Spec]), Config, - [Erule, {i, CaseDir}]), + [Erule, {i, CaseDir} | Options]), compile_loop(Erule, Specs, Options, Config); compile_loop(_Erule, _Specs, _Options, _Config) -> ok. |