Pārlūkot izejas kodu

fix(xtask): wrong path

Woshiluo Luo 1 mēnesi atpakaļ
vecāks
revīzija
98da449fe8
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 1 0
      xtask/src/bench.rs
  2. 1 0
      xtask/src/test.rs

+ 1 - 0
xtask/src/bench.rs

@@ -61,6 +61,7 @@ pub fn run(arg: &BenchArg) -> Option<ExitStatus> {
             current_dir
                 .as_ref()
                 .unwrap()
+                .join("prototyper")
                 .join("bench-kernel")
                 .join("scripts")
                 .join("rustsbi-bench-kernel.its"),

+ 1 - 0
xtask/src/test.rs

@@ -61,6 +61,7 @@ pub fn run(arg: &TestArg) -> Option<ExitStatus> {
             current_dir
                 .as_ref()
                 .unwrap()
+                .join("prototyper")
                 .join("test-kernel")
                 .join("scripts")
                 .join("rustsbi-test-kernel.its"),