From f0642a0d5af220d009b55c0d5128c9862c4627f8 Mon Sep 17 00:00:00 2001 From: Benjamin Charlier Date: Fri, 19 Apr 2019 12:26:22 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 57f569d2a..0984f1b6c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ pipeline { sh 'git submodule update --init' sh 'cd pykeops/test && python3 unit_tests_pytorch.py' sh 'cd pykeops/test && python3 unit_tests_numpy.py' - sh 'cd keopslab/test && export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 && matlab -nodisplay -r \\"r=runtests(\\\'generic_test.m\\\'),exit(sum([r(:).Failed]))\\"' + sh 'cd keopslab/test && export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 && matlab -nodisplay -r \"r=runtests\(\'generic_test.m\'\),exit\(sum\([r\(:\).Failed]\)\)\"' } } }