Skip to content

Commit

Permalink
Cannot test python3 in CI
Browse files Browse the repository at this point in the history
The clang:6.0 job fails due to undefined ASAN symbols.
The logic to fix that error is in the pypresso wrapper.
  • Loading branch information
jngrad committed Oct 15, 2019
1 parent 2d00b1c commit 1eb21f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testsuite/cmake/test_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ function test_install() {
assert_file_exists "${filepath}"
done

# check the espressomd module can be imported from python3 and pypresso
assert_return_code "@PYTHON_EXECUTABLE@" -c "import sys;sys.path.insert(0, '@CMAKE_INSTALL_PREFIX@/@Python_SITEARCH@');import espressomd"
# check the espressomd module can be imported from pypresso
assert_return_code "@CMAKE_INSTALL_PREFIX@/bin/pypresso" -c "import espressomd"
}

Expand Down

0 comments on commit 1eb21f3

Please sign in to comment.