summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: add --memcheck toKarel Zak2012-02-061-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix options evaluation, add support for optional testsKarel Zak2011-11-031-15/+38
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* remove -ng from some filesKarel Zak2010-12-011-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix -regex in run.shKarel Zak2009-04-291-2/+2
| | | | | Reported-by: Scott James Remnant <scott@ubuntu.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix TS_* pathsKarel Zak2009-02-111-5/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add ./run.sh <component>Karel Zak2009-02-111-1/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add support for subdirs to basic test functionsKarel Zak2009-02-111-5/+3Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add warning "For development purpose only."Karel Zak2007-08-081-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add license notices, change from gplv2-only to gplv2-or-laterKarel Zak2007-07-231-0/+15
| | | | | | | The previous "gplv2-only" was copy&past mistake. This re-licensing is correct -- there is not any other contributor to this code. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use relative paths when sourcing filesMike Frysinger2007-07-231-1/+1
| | | | | | | | | The "." command will search $PATH before $PWD if the argument specified contains no path qualifiers which can cause problems if you happen to have something in $PATH named the same. The attached patch changes all of the ". <foo>" in the tests subdir. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: add ts_log and --verbose supportKarel Zak2007-05-181-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add return codeKarel Zak2007-01-281-1/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* ipcs: add new tests for ipcs limitsKarel Zak2007-01-041-1/+1
| | | | | | The tests check if data from kernel and from the ipcs command are same. Signed-off-by: Karel Zak <kzak@redhat.com>
* ipcs: add regression test for output headersKarel Zak2007-01-041-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add basic infrastructure for regression testsKarel Zak2007-01-041-0/+25
The patch adds tests/ directory with simple regression tests infrastructure. Also, it adds the "ts-mount-paths" test that testing if all defined paths (fstab, mtab, locks) are still same. Signed-off-by: Karel Zak <kzak@redhat.com>