Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6112d04

Browse files
committed
WIP
1 parent 3c35f3a commit 6112d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/opt-dist/src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ pub fn run_tests(env: &Environment) -> anyhow::Result<()> {
122122
for test_path in env.skipped_tests() {
123123
args.extend(["--skip".to_string(), test_path.to_string()]);
124124
}
125+
cmd(&[env.python_binary(), env.checkout_path().join("x.py").as_str(), "clean"]);
125126
cmd(&args)
126127
.env("COMPILETEST_FORCE_STAGE0", "1")
127128
// Also run dist-only tests

0 commit comments

Comments
 (0)