Skip to content
Snippets Groups Projects

gwinc.test: inherit python interpreter

Merged Christopher Wipf requested to merge test-interpreter into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -90,7 +90,7 @@ def gen_cache(git_hash, path):
"""
logging.info("creating new cache for hash {}...".format(git_hash))
subprocess.run(
[test_path('gen_cache.sh'), git_hash, path],
[test_path('gen_cache.sh'), git_hash, path, sys.executable],
check=True,
)
Loading