Update binary name in tests and old example script

This commit is contained in:
Duke Leto
2021-10-21 10:06:25 -04:00
parent 2e52eea848
commit b2cf132f0c
2 changed files with 4 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ STAGES = [
STAGE_COMMANDS = {
'btest': [repofile('src/test/test_bitcoin'), '-p'],
'gtest': [repofile('src/komodo-gtest')],
'gtest': [repofile('src/hush-gtest')],
'sec-hard': check_security_hardening,
'no-dot-so': ensure_no_dot_so_in_depends,
'util-test': util_test,