summaryrefslogtreecommitdiffstats
path: root/README
blob: 65ec5512e43bbe1a04a9b2ad7bb3a3d4279fad74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Jeff Bilyk<jbilyk@gmail.com>
Contributor: Natanael Copa <ncopa@alpinelinux.org>
Version: 0.1

APTS is designed to allow testing of either entire repositories of apk packages
or one by one.  When an error is encountered, the program exits with an error.

The file missing-tests shows current packages that do not have a test file
created for them.

Usage:

./apts <outputfile> <package(s)>
outputfile - any file/device that you wish to have test results output to
package - optional list of packages to test.  If none are specified, all
	  packages will be tested.  If a package is specified that does not
	  have an associated test file, it will be installed then removed using
	  apk-tools.