Skip to content

Commit

Permalink
Remove --use-colour=yes (no longer supported looks like)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jun 28, 2024
1 parent 6859e75 commit 2ecf1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def test_asan(ctx):

with ctx.cd(f'"{WORKER_DIR}"'):
ctx.run(
f'ASAN_OPTIONS=detect_leaks=1 "{BUILD_DIR}/mediasoup-worker-test-asan" --invisibles --use-colour=yes {mediasoup_test_tags}',
f'ASAN_OPTIONS=detect_leaks=1 "{BUILD_DIR}/mediasoup-worker-test-asan" --invisibles {mediasoup_test_tags}',
echo=True,
pty=PTY_SUPPORTED,
shell=SHELL
Expand Down

0 comments on commit 2ecf1bf

Please sign in to comment.