From 03219f30c9f46012148297aad718805a5dc27991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 16 May 2018 17:19:38 +0200 Subject: Add nowarn_export_all to test suites --- test/acceptor_SUITE.erl | 1 + test/sendfile_SUITE.erl | 1 + test/shutdown_SUITE.erl | 1 + 3 files changed, 3 insertions(+) diff --git a/test/acceptor_SUITE.erl b/test/acceptor_SUITE.erl index 4918642..caea5b2 100644 --- a/test/acceptor_SUITE.erl +++ b/test/acceptor_SUITE.erl @@ -14,6 +14,7 @@ -module(acceptor_SUITE). -compile(export_all). +-compile(nowarn_export_all). -import(ct_helper, [doc/1]). -import(ct_helper, [name/0]). diff --git a/test/sendfile_SUITE.erl b/test/sendfile_SUITE.erl index d89724f..7bec5ac 100644 --- a/test/sendfile_SUITE.erl +++ b/test/sendfile_SUITE.erl @@ -15,6 +15,7 @@ -module(sendfile_SUITE). -compile(export_all). +-compile(nowarn_export_all). -import(ct_helper, [config/2]). -import(ct_helper, [doc/1]). diff --git a/test/shutdown_SUITE.erl b/test/shutdown_SUITE.erl index cf1edfd..d46e223 100644 --- a/test/shutdown_SUITE.erl +++ b/test/shutdown_SUITE.erl @@ -14,6 +14,7 @@ -module(shutdown_SUITE). -compile(export_all). +-compile(nowarn_export_all). -import(ct_helper, [doc/1]). -import(ct_helper, [name/0]). -- cgit v1.2.3