blob: 3da665f13d4ac3d1e8f1a43653fa84c5a0171973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Regression testing for generated RPM
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Regression%20testing%20for%20generated%20RPM&In-Reply-To=%3C50E6A0BA.4010900%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="021128.html">
<LINK REL="Next" HREF="021415.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Regression testing for generated RPM</H1>
<B>Guillaume Rousse</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Regression%20testing%20for%20generated%20RPM&In-Reply-To=%3C50E6A0BA.4010900%40gmail.com%3E"
TITLE="[Mageia-dev] Regression testing for generated RPM">guillomovitch at gmail.com
</A><BR>
<I>Fri Jan 4 10:28:26 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="021128.html">[Mageia-dev] Regression testing for generated RPM
</A></li>
<LI>Next message: <A HREF="021415.html">[Mageia-dev] Regression testing for generated RPM
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#21129">[ date ]</a>
<a href="thread.html#21129">[ thread ]</a>
<a href="subject.html#21129">[ subject ]</a>
<a href="author.html#21129">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 04/01/2013 10:15, Jochen Breuer a écrit :
><i>
</I>><i>
</I>><i> 2013/1/4 Guillaume Rousse <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillomovitch at gmail.com</A>
</I>><i> <mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillomovitch at gmail.com</A>>>
</I>><i>
</I>><i> We already run existing tests suite during package build... Running
</I>><i> them again on a different host would just change the execution
</I>><i> environment to use runtime dependencies instead of build time
</I>><i> dependencies. I don't know if the potential results are worth the
</I>><i> additional infrastructure needed.
</I>><i>
</I>><i>
</I>><i> I was under the impression, that only some kind of lint checking of the
</I>><i> RPM was performed. I'm talking about checking the functionality of the
</I>><i> packaged software. Are you already doing that? What kind of tests are
</I>><i> performed during packaging?
</I>Running 'make check', or 'make test', or any other software test suite.
Just check for %check section in package spec file, for instance:
<A HREF="http://svnweb.mageia.org/packages/cauldron/python/current/SPECS/python.spec?revision=278990&view=markup">http://svnweb.mageia.org/packages/cauldron/python/current/SPECS/python.spec?revision=278990&view=markup</A>
--
BOFH excuse #66:
bit bucket overflow
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="021128.html">[Mageia-dev] Regression testing for generated RPM
</A></li>
<LI>Next message: <A HREF="021415.html">[Mageia-dev] Regression testing for generated RPM
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#21129">[ date ]</a>
<a href="thread.html#21129">[ thread ]</a>
<a href="subject.html#21129">[ subject ]</a>
<a href="author.html#21129">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|