|
@@ -69,12 +69,14 @@ Older distros like CentOS 6 and 7, don't have `dnf copr` or `yum copr` plugin,
|
69
|
69
|
so you'll have to pick correct *.repo* file from COPR site and download it
|
70
|
70
|
under */etc/yum.repos.d*.
|
71
|
71
|
|
72
|
|
-Also, older distros also necessarily have all dependencies available, so if you
|
73
|
|
-only want to *run* test (but not eg. export to HTML), you only need to install
|
74
|
|
-*jattool-minimal*:
|
|
72
|
+Note that on testing machines, where you only want to *run* test (but not eg.
|
|
73
|
+export to HTML), you only need to install *jattool-minimal*:
|
75
|
74
|
|
76
|
75
|
# yum install jattool-minimal
|
77
|
76
|
|
|
77
|
+This will help you avoid excess dependencies. Test suites should also normally
|
|
78
|
+depend only on *jattool-minimal*.
|
|
79
|
+
|
78
|
80
|
|
79
|
81
|
### Installation -- Debian and similar ###
|
80
|
82
|
|