From d73f51fa667624c579ba726f09c5f90616762215 Mon Sep 17 00:00:00 2001
From: Dmitry Yurov <d.yurov@fz-juelich.de>
Date: Wed, 21 Feb 2018 15:26:32 +0100
Subject: [PATCH] Exclude XRDFitting from example runs

Redmine: #1965
---
 Tests/Functional/Python/PyExamples/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Functional/Python/PyExamples/CMakeLists.txt b/Tests/Functional/Python/PyExamples/CMakeLists.txt
index 9056dbe7b91..1613670be94 100644
--- a/Tests/Functional/Python/PyExamples/CMakeLists.txt
+++ b/Tests/Functional/Python/PyExamples/CMakeLists.txt
@@ -10,7 +10,7 @@ set(output_dir ${TEST_OUTPUT_DIR}/Functional/Python/PyExamples)
 file(MAKE_DIRECTORY ${output_dir})
 
 file(GLOB sim_examples "${PY_EXAMPLES_DIR}/simulation/ex*/*.py")
-file(GLOB fit_examples "${PY_EXAMPLES_DIR}/fitting/ex09*/*.py")
+file(GLOB fit_examples "${PY_EXAMPLES_DIR}/fitting/ex09_FitSpecular/FitSpecularBasics.py")
 set(examples ${sim_examples} ${fit_examples})
 
 set(test_script ${output_dir}/check_functionality.py)
-- 
GitLab