Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-04-18 15:43:39 +0300
committerGhostkeeper <rubend@tutanota.com>2019-04-18 15:44:14 +0300
commitba9c38a4a6cefdf764949fac5d8694d2ec7957ca (patch)
tree9df58eb27c9a9a2efb788b6cfffc952b1a7e1ede /docker
parent39072a14987189d40dbe57e0f403af45bfa5466a (diff)
Revert "Give more verbose output if a test failed (or succeeded)"
This reverts commit 36cefcf0a313bc0db207539ff9b29d1aef03446a. Apparently it was already working correctly and I just wasn't looking properly.
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh
index 88fec8b869..eb20b18c0d 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -40,4 +40,4 @@ cmake3 \
-DBUILD_TESTS=ON \
..
make
-ctest3 --verbose --output-on-failure -T Test
+ctest3 --output-on-failure -T Test