Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Apr 23, 2024
1 parent afb883e commit 5118ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ prepare:
- podman
- qemu-img
- rustfmt
- name: Set up libvirt
how: shell
script:
- sudo systemctl start virtqemud

/unit_test:
summary: Run unit tests
execute:
how: tmt
script: |
PATH=$PATH:/root/.cargo/bin make unit
PATH=$PATH:/root/.cargo/bin LIBGUESTFS_BACKEND=direct make unit

/validate_test:
summary: Run validate test
Expand Down
1 change: 1 addition & 0 deletions tests/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ __build_runtime() {
__big_log 33 'Building crun-vm...'
__log_and_run cargo build --manifest-path "$( __rel "$repo_root/Cargo.toml" )"
runtime=$repo_root/target/debug/crun-vm
ls -lhiZ "$runtime"
}

__extra_cleanup() { :; }
Expand Down

0 comments on commit 5118ed8

Please sign in to comment.