Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Nov 5, 2023
1 parent 44c8667 commit 9606c0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/paru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
- name: Build
run: cargo build --locked --features git,generate

- run: chown -R nobody: .
- name: Test
run: sudo -u nobody BUILDDIR=/tmp PKGDEST=/tmp SRCDEST=/tmp CARGO_HOME=/tmp/cargo cargo test --locked --features git,generate,mock --target-dir=/tmp -- --test-threads=1 --nocapture
8 changes: 0 additions & 8 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,9 @@ async fn run(run_args: &[&str], repo: bool) -> Result<(TempDir, i32)> {
.status()?;
assert!(status.success());
}
println!("2");

println!("{} {}", dir.display(), testdata.display());
println!("{}", dir.join("cache/pkg").display());
println!("2.4");
std::fs::create_dir_all(dir.join("cache/pkg"))?;
println!("2.5");
Command::new("find").status();
println!("{}", testdata.join("pkg").display());
std::fs::create_dir_all(testdata.join("pkg"))?;
println!("3");

let mut file = fs::OpenOptions::new()
.append(true)
Expand Down

0 comments on commit 9606c0e

Please sign in to comment.