mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Fix test that did not pass when virtual was not previously built
This seems a bit hacky though because the test needs to have `cargo` in `$PATH`
This commit is contained in:
parent
5782e3eb29
commit
bc0271b209
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ use predicates::prelude::predicate;
|
|||
|
||||
#[test]
|
||||
fn plugin_virtual() {
|
||||
// First build reaction-plugin-virtual
|
||||
Command::new("cargo")
|
||||
.args(["build", "-p", "reaction-plugin-virtual"])
|
||||
.unwrap();
|
||||
|
||||
let tmp_dir = assert_fs::TempDir::new().unwrap();
|
||||
tmp_dir
|
||||
.child("config.jsonnet")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue