Do not add python/misc_utils to PYTHONPATH when executing tests

Change-Id: Ib19a181a3fd9bb78c1d3989bad0e55433f060950
This commit is contained in:
Vasil Velichkov 2019-09-09 04:03:26 +03:00 committed by Piotr Krysik
parent 6eea94f7de
commit c7134fff20
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ GR_PYTHON_INSTALL(
include(GrTest)
set(GR_TEST_TARGET_DEPS gr-gsm)
set(GR_TEST_PYTHON_DIRS ${CMAKE_BINARY_DIR}/swig:${CMAKE_BINARY_DIR}/python/misc_utils)
set(GR_TEST_PYTHON_DIRS ${CMAKE_BINARY_DIR}/swig)
set(GR_TEST_ENVIRONS "CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR}")
GR_ADD_TEST(qa_arfcn ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/qa_arfcn.py)
GR_ADD_TEST(qa_decryption ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/qa_decryption.py)

View File

@ -23,7 +23,7 @@
from gnuradio import gr, gr_unittest, blocks
import grgsm_swig as grgsm
import arfcn
from misc_utils import arfcn
import os
import sys