mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-03 14:33:11 +00:00
new path for rust harness
This commit is contained in:
parent
22354e0f84
commit
62701affb9
@ -19,7 +19,7 @@ sub harnessTypeToCmd {
|
||||
} elsif ($harnessType eq 'js') {
|
||||
return 'node js/harness.js';
|
||||
} elsif ($harnessType eq 'rust') {
|
||||
return '../../rust-negentropy/target/debug/examples/harness';
|
||||
return '../../rust-negentropy/target/debug/harness';
|
||||
}
|
||||
|
||||
die "unknown harness type: $harnessType";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user