summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 2 insertions, 11 deletions
diff --git a/README b/README
index 65ec551..554f32b 100644
--- a/README
+++ b/README
@@ -1,18 +1,9 @@
Author: Jeff Bilyk<jbilyk@gmail.com>
Contributor: Natanael Copa <ncopa@alpinelinux.org>
-Version: 0.1
+Version: 0.2
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.
+or one by one. After running, a list of failed packages is displayed onscreen. Tests can either be for one or multiple packages, and are scripts that first install needed packages, run a series of commands to insure that the contents of the package work as expected, then remove the packages.
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.