From caf9f8638f675eb249813d3a5b5a4b5e671b969f Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Mon, 3 Dec 2018 16:05:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b7250e..53f04f3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ env.valgrindExcludes="nameOfTestToExclude" # Background information - - Builds and tests are run inside a Docker container to have different test environments + - Builds and tests are run inside several Docker containers to have different test environments (e.g. Ubuntu 16.04 and SuSE Tumbleweed) - We execute all builds/tests twice per test environment - once for Debug and once for Release. Each execution is called a "branch". - Docker only virtualises the system without the kernel - the PCIe dummy driver is therefore shared! -- GitLab