c46ffa
Print test output during build
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Name: meson
|
4
4
|
Version: 0.36.0
|
5
|
-
Release:
|
5
|
+
Release: 2%{?dist}
|
6
6
|
Summary: High productivity build system
|
7
7
|
|
8
8
|
License: ASL 2.0
|
@@ -64,7 +64,7 @@ find -type f -name '*.py' -executable -exec sed -i -e '1s|.*|#!%{__python3}|' {}
|
|
64
64
|
install -Dpm0644 data/macros.%{name} %{buildroot}%{rpmmacrodir}/macros.%{name}
|
65
65
|
|
66
66
|
%check
|
67
|
-
|
67
|
+
export MESON_PRINT_TEST_OUTPUT=1
|
68
68
|
%{__python3} ./run_tests.py
|
69
69
|
|
70
70
|
%files
|
@@ -82,6 +82,9 @@ install -Dpm0644 data/macros.%{name} %{buildroot}%{rpmmacrodir}/macros.%{name}
|
|
82
82
|
%{rpmmacrodir}/macros.%{name}
|
83
83
|
|
84
84
|
%changelog
|
85
|
+
* Sat Dec 03 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.36.0-2
|
86
|
+
- Print test output during build
|
87
|
+
|
85
88
|
* Mon Nov 14 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.36.0-1
|
86
89
|
- Update to 0.36.0
|
87
90
|
|