12 lines
392 B
Bash
Executable File
12 lines
392 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright 2016-2025 The Hush developers
|
|
# Distributed under the GPLv3 software license, see the accompanying
|
|
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
|
|
|
#export PYTHON_DEBUG=1
|
|
export PYTHONPATH=./qa/rpc-tests/test_framework/
|
|
|
|
#./qa/rpc-tests/ac_private.py
|
|
# ./qa/rpc-tests/lockzins.py --tracerpc
|
|
./qa/rpc-tests/shieldcoinbase_donation.py --tracerpc
|