test runner: enable arg processing for stage2 builds

This commit is contained in:
Andrew Kelley 2022-05-02 21:35:37 -07:00
parent ea7142c43f
commit aa3c3f66da

View File

@ -28,7 +28,7 @@ pub fn main() void {
{
return main2() catch @panic("test failure");
}
if (builtin.zig_backend == .stage1) processArgs();
processArgs();
const test_fn_list = builtin.test_functions;
var ok_count: usize = 0;
var skip_count: usize = 0;