From 8e1091f64cefa987e30c13fe3e027e0d9eee8b0f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 4 May 2022 15:58:55 -0700 Subject: [PATCH] does this mean nothing gets envvars? --- selfdrive/test/test_valgrind_replay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/test/test_valgrind_replay.py b/selfdrive/test/test_valgrind_replay.py index 238b822ec9..d9e9474c39 100755 --- a/selfdrive/test/test_valgrind_replay.py +++ b/selfdrive/test/test_valgrind_replay.py @@ -6,6 +6,7 @@ import unittest import subprocess import signal +print(os.environ) if "CI" in os.environ: def tqdm(x): return x