summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* apts: remove readme lineHEADmasterJeff Bilyk2011-07-051-1/+0
|
* apts: update several tests because of v0.2 script changesv0.3Jeff Bilyk2011-01-017-7/+13
| | | | update tests because of v0.2 script changes
* tests/pllua: new testNatanael Copa2011-01-011-0/+30
| | | | | | | Test that pllua works. http://redmine.alpinelinux.org/issues/503 This also tests that postgresql works.
* apts: fix bug with trailing slash on outdir and misc other fixesv0.2Jeff Bilyk2010-12-303-17/+9
| | | | fix bug with trailing slash on outdir and misc others
* misc improvements for aptsNatanael Copa2010-12-302-91/+63
| | | | | | | | | | | | | | - allow run aots directly from git dir - do not require the OUTFILE param, instead only out to stdout - by default, run all tests even if any fails - allow halt on first error with -e option - send output from test to $tst.out - allow specify outdir for *.out files with -o DIR - no special logic for generic-apk - strip .out from given test name so you can easily re-run all failed tests with: 'apts *.out' Signed-off-by: Jeff Bilyk <jbilyk@gmail.com>
* apts: update README, add comments to apts scriptv0.1Jeff Bilyk2010-12-232-6/+26
| | | | update README and add comments to script
* apts: remove temporary stored APKBUILDJeff Bilyk2010-12-231-38/+0
| | | | apts: remove temporary stored APKBUILD
* apts: add APKBUILDJeff Bilyk2010-12-221-0/+38
|
* apts: reformat script so that it's easier to read and fix failed package ↵Jeff Bilyk2010-12-221-8/+42
| | | | | | handling reformat script so it's easier to read and fix failed package handling
* apts: add apts.conf which contains directory where apts tests areJeff Bilyk2010-12-222-0/+7
| | | | add apts.conf which contains directory where apts tests are
* apts: Version 0.1Jeff Bilyk2010-12-222-3/+2
| | | | Version 0.1
* apts: enhance status display messagesJeff Bilyk2010-12-141-3/+3
| | | | enhance status display messages
* apts: fix handling of multiple package test argumentsJeff Bilyk2010-12-141-2/+2
| | | | fix multiple package test arguments
* apts: add last of the old testing files, update missing-tests file with ↵Jeff Bilyk2010-12-1449-1204/+1569
| | | | | | tests that didn't work Add last of testing files from original apts, update missing-tests file
* apts: add READMEJeff Bilyk2010-12-111-0/+17
| | | | add README
* apts: re-add tests from before previous commitJeff Bilyk2010-12-1130-0/+165
| | | | Re-add tests from before previous commit
* Revert "apts: more tests"Jeff Bilyk2010-12-1131-171/+63
| | | | This reverts commit be2dce01aaf55626d85932572a69316b5740a753.
* apts: more testsJeff Bilyk2010-12-1131-63/+171
| | | | more tests
* apts: adding more testsJeff Bilyk2010-12-1128-0/+224
| | | | added more tests
* apts: add more tests and fix typos and multiple package testingJeff Bilyk2010-12-1147-18/+178
| | | | Add tests and fix issue when testing multiple packages at once
* apts: added generic-apk test for apks without a test fileJeff Bilyk2010-12-112-2/+6
| | | | Added generic-apk test file, which just apk_add's and apk_del's package for the cases where no test file exists
* apts: added new tests and file with current edge packages without a test fileJeff Bilyk2010-12-087-0/+1252
| | | | added new tests and status of missing tests
* apts: added help switchJeff Bilyk2010-12-041-0/+1
| | | | added help switch
* apts: add a few comments to apts scriptJeff Bilyk2010-12-041-0/+7
| | | | Add a few comments to script
* apts: initial commitJeff Bilyk2010-12-043-0/+60
initial commit, includes 2 tests for packages