Skip to content
Snippets Groups Projects
Commit 76735d63 authored by Valentin Syrovatskiy's avatar Valentin Syrovatskiy
Browse files

test: pass RUST_BACKTRACE into test cluster

parent ab9e3c68
No related branches found
No related tags found
1 merge request!287pass RUST_BACKTRACE into test cluster
Pipeline #12709 passed
......@@ -325,6 +325,9 @@ class Instance:
if not os.environ.get("PICODATA_LOG_LEVEL") and "PICODATA_LOG_LEVEL" not in env:
env.update(PICODATA_LOG_LEVEL="verbose")
if os.environ.get("RUST_BACKTRACE") is not None:
env.update(RUST_BACKTRACE=str(os.environ.get("RUST_BACKTRACE")))
self.process = subprocess.Popen(
self.command,
env=env or None,
......
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