ソースを参照

fix(xtask): wrong path

Woshiluo Luo 1 ヶ月 前
コミット
98da449fe8
2 ファイル変更2 行追加0 行削除
  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"),