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