From 9b0a444cf9b427d3dcc0263d010b02ef5a919097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Wed, 17 Sep 2025 21:34:47 +0300 Subject: [PATCH] Fix posixtest_browser suite to run again. --- test/test_posixtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_posixtest.py b/test/test_posixtest.py index fc0fe20738898..afaf32aa0b705 100644 --- a/test/test_posixtest.py +++ b/test/test_posixtest.py @@ -170,7 +170,7 @@ def f(self): '-sTOTAL_MEMORY=256mb', '-sPTHREAD_POOL_SIZE=40'] if browser: - self.btest_exit(testfile, args=args) + self.btest_exit(testfile, cflags=args) else: self.do_runf(testfile, cflags=args, output_basename=name)