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:
authorEvangelos Trantos <evtrados@gmail.com>2022-01-20 12:04:23 +0300
committerGitHub <noreply@github.com>2022-01-20 12:04:23 +0300
commit63cad60e18afd33e11e474628aed726e782d6e64 (patch)
tree1313f606d1ba75ece1f1b0b04844a247849e9ee7 /docker
parentb5904cccd35763415608bedd51522852f85efc1c (diff)
The ctest3 binary does not exist on Debian
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/test.sh b/docker/test.sh
index 9284fede20..bae2bf785e 100755
--- a/docker/test.sh
+++ b/docker/test.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
cd build
-ctest3 -j4 --output-on-failure -T Test
+ctest -j4 --output-on-failure -T Test