new path for rust harness

This commit is contained in:
Doug Hoyte 2023-09-15 00:59:19 -04:00
parent 22354e0f84
commit 62701affb9
1 changed files with 1 additions and 1 deletions

View File

@ -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";