Skip to content

Instantly share code, notes, and snippets.

@fanquake
Created January 26, 2019 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanquake/c34aef5f4adc02d6bffec4143dcf08bc to your computer and use it in GitHub Desktop.
Save fanquake/c34aef5f4adc02d6bffec4143dcf08bc to your computer and use it in GitHub Desktop.
Running tests: script_standard_tests from test/script_standard_tests.cpp
/bin/sh: line 1: 22087 Abort trap: 6           test/test_bitcoin -l test_suite -t "`cat test/script_standard_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" > test/script_standard_tests.cpp.log 2>&1
/bin/sh: line 1: 22086 Abort trap: 6           test/test_bitcoin -l test_suite -t "`cat test/script_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" > test/script_tests.cpp.log 2>&1
Assertion failed: (ok), function GetRdSeed, file random.cpp, line 154.
Assertion failed: (ok), function GetRdSeed, file random.cpp, line 154.
make[3]: *** [test/script_standard_tests.cpp.test] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [test/script_tests.cpp.test] Error 1
Running tests: scriptnum_tests from test/scriptnum_tests.cpp
PASS: qt/test/test_bitcoin-qt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment