You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("%sWARNING!%s There is a cache directory here: %s. If tests fail unexpectedly, try deleting the cache directory."% (BOLD[1], BOLD[0], cache_dir))
565
568
566
-
# Test Framework Tests
567
-
print("Running Unit Tests for Test Framework Modules")
568
569
569
570
tests_dir=src_dir+'/test/functional/'
570
571
# This allows `test_runner.py` to work from an out-of-source build directory using a symlink,
571
572
# a hard link or a copy on any platform. See https://github.com/bitcoin/bitcoin/pull/27561.
0 commit comments