From eed3184945be8f9a4ef856d29e5d54a169bfa734 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 17 Feb 2019 22:46:52 +0100 Subject: [PATCH] add README for running integration tests --- tests/integration/README.md | 20 ++++++++++++++++++++ tests/integration/run.sh | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 tests/integration/README.md delete mode 120000 tests/integration/run.sh diff --git a/tests/integration/README.md b/tests/integration/README.md new file mode 100644 index 000000000..85c6cbfd7 --- /dev/null +++ b/tests/integration/README.md @@ -0,0 +1,20 @@ +# Integration Tests + +Run tests: + +``` +$ BUILDDIR=/VILLASnode/build/ /VILLASnode/tools/integration-tests.sh +``` + +There are two options for the test script: + +``` +-v Show full test output +-f FILTER Filter test cases +``` + +Example: + +``` +$ BUILDDIR=/VILLASnode/build/ /VILLASnode/tools/integration-tests.sh -f pipe-loopback-socket -v +``` diff --git a/tests/integration/run.sh b/tests/integration/run.sh deleted file mode 120000 index 33f51f9ce..000000000 --- a/tests/integration/run.sh +++ /dev/null @@ -1 +0,0 @@ -../../tools/integration-tests.sh \ No newline at end of file