diff options
author | Lukas Larsson <[email protected]> | 2012-08-30 15:40:09 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-08-30 15:40:09 +0200 |
commit | 24f0d49642ecc0cc566055f1c5b8c49e65c42537 (patch) | |
tree | a2389b6e77410aac598884139a93a402ce214554 /lib/asn1 | |
parent | 07852bfc037ca748ca10049f47330fba80a54ad8 (diff) | |
parent | c0ef28d5eecffc56b72a281a6d73f5ad1504bf0a (diff) | |
download | otp-24f0d49642ecc0cc566055f1c5b8c49e65c42537.tar.gz otp-24f0d49642ecc0cc566055f1c5b8c49e65c42537.tar.bz2 otp-24f0d49642ecc0cc566055f1c5b8c49e65c42537.zip |
Merge branch 'lukas/doc-fixes' into maint
* lukas/doc-fixes:
Document that CTHs can get fail/skip as Config
Ignore calls to dialyzer_timing when checking deprecated
Do not verify del_path as it is not always there
Fix broken links
Generate <a name="name"> tags in edoc xml headings
Fix compile warning
Fix boken spec
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/test/asn1_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index 56f31de638..b0c37d79e7 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -248,7 +248,7 @@ init_per_testcase(Func, Config) -> [{case_dir, CaseDir}, {watchdog, Dog}|Config]. end_per_testcase(_Func, Config) -> - true = code:del_path(?config(case_dir, Config)), + code:del_path(?config(case_dir, Config)), test_server:timetrap_cancel(?config(watchdog, Config)). %%------------------------------------------------------------------------------ |