summaryrefslogtreecommitdiffstats
path: root/test/SWIG/live.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SWIG/live.py')
-rw-r--r--test/SWIG/live.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SWIG/live.py b/test/SWIG/live.py
index f0cf1d5..a64defe 100644
--- a/test/SWIG/live.py
+++ b/test/SWIG/live.py
@@ -46,8 +46,8 @@ swig = test.where_is('swig')
if not swig:
test.skip_test('Can not find installed "swig", skipping test.\n')
-python, python_include, python_libpath, python_lib, python_h = \
- test.get_platform_python_info()
+python, python_include, python_libpath, python_lib = \
+ test.get_platform_python_info(python_h_required=True)
swig = swig.replace('\\','/')
python = python.replace('\\','/')