1
0
Fork 0
forked from lthn/blockchain

set stop_on_first_fail to stop on fail

This commit is contained in:
cryptozoidberg 2022-10-11 21:26:27 +02:00
parent 00d4ae9828
commit 0441b80216
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1061,6 +1061,7 @@ int main(int argc, char* argv[])
GENERATE_AND_PLAY(zarcanum_basic_test);
stop_on_first_fail = true;
for (size_t i = 0; i != 100; i++)
{
multiassets_basic_test::ts_starter = i;