浏览代码

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"),