Skip to content
Snippets Groups Projects
Commit 6bf941c0 authored by Sulverus's avatar Sulverus
Browse files

gh-931 module_api skipcond updated

parent 55e9e669
No related branches found
No related tags found
No related merge requests found
import os
# skip test if we are testing tarantool from package
if os.path.exists('/usr/bin/tarantool'):
# skip test if .so is not found
if not os.path.exists('app/module_api.so'):
self.skip=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment