From 7d4db5d5779ce2e50fddba98ceee72a8e5d41cf8 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 20 Jun 2023 19:51:20 +0800 Subject: [PATCH] Enable test --- erlang-getopt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/erlang-getopt.spec b/erlang-getopt.spec index c883607..a6d1a4f 100644 --- a/erlang-getopt.spec +++ b/erlang-getopt.spec @@ -3,7 +3,7 @@ %global debug_package %{nil} Name: erlang-%{realname} Version: 1.0.2 -Release: 1 +Release: 2 Summary: Erlang module to parse command line arguments using the GNU getopt syntax License: BSD URL: https://github.com/%{upstream}/%{realname} @@ -24,7 +24,7 @@ chmod 0644 examples/*.escript %{erlang_install} %check -#%%{erlang_test} +%{erlang_test} %files %license LICENSE.txt @@ -32,6 +32,9 @@ chmod 0644 examples/*.escript %{erlang_appdir}/ %changelog +* Tue Jun 20 2023 wangkai <13474090681@163.com> - 1.0.2-2 +- Enable test + * Tue Jun 20 2023 wangkai <13474090681@163.com> - 1.0.2-1 - Update to 1.0.2