From 5fe8617666fdf0acec73a920cc93486e8e6113b3 Mon Sep 17 00:00:00 2001 From: clime Date: Jun 24 2016 13:23:49 +0000 Subject: [beaker-tests-distgit] README updated --- diff --git a/beaker-tests/Regression/dist-git/README b/beaker-tests/Regression/dist-git/README index 94eab69..3cdf29c 100644 --- a/beaker-tests/Regression/dist-git/README +++ b/beaker-tests/Regression/dist-git/README @@ -1,9 +1,11 @@ -How to run the tests: +How to run the tests +-------------------- ./runtest.sh : run tests (with system setup) ./runtest.sh -x : just run tests (no system setup) ./runtest.sh -r : run just one test-suite ( is some subdirectory of ./tests/), you can also add -x option to avoid system setup -How to write a new one: +How to write a new one +---------------------- If you want to test that copr-dist-git imports an import-task with some specific params successfully (or unsuccessfully), you can use and already created test-suite tests/batch1. If, on the other hand, you want to make a test for a particular bug (to test that your fix actually fixes it) or for a very specific feature of the system (no idea what that would be), there is tests/test-template that you can copy and work from there on.