diff options
author | Paweł Bylica <chfast@gmail.com> | 2015-06-03 23:16:33 +0800 |
---|---|---|
committer | Paweł Bylica <chfast@gmail.com> | 2015-06-03 23:16:33 +0800 |
commit | 3bacb6f3776ffcf9cf13c1dbc733f24a430337fd (patch) | |
tree | d8a89f6d510a5b2eb52e9b1760c7b0a0b375879c /TestHelper.h | |
parent | 77dd832403a7f4dc11c60b25f6eec786a80c6e08 (diff) | |
parent | 0e8ce9d069b92f98fc4e96a75da11c63276b8cf7 (diff) | |
download | dexon-solidity-3bacb6f3776ffcf9cf13c1dbc733f24a430337fd.tar dexon-solidity-3bacb6f3776ffcf9cf13c1dbc733f24a430337fd.tar.gz dexon-solidity-3bacb6f3776ffcf9cf13c1dbc733f24a430337fd.tar.bz2 dexon-solidity-3bacb6f3776ffcf9cf13c1dbc733f24a430337fd.tar.lz dexon-solidity-3bacb6f3776ffcf9cf13c1dbc733f24a430337fd.tar.xz dexon-solidity-3bacb6f3776ffcf9cf13c1dbc733f24a430337fd.tar.zst dexon-solidity-3bacb6f3776ffcf9cf13c1dbc733f24a430337fd.zip |
Merge remote-tracking branch 'upstream/develop' into refactor_executive
Conflicts:
test/libsolidity/solidityExecutionFramework.h
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index fc6c77fa..8f0c73bf 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -184,6 +184,7 @@ public: bool stats = false; ///< Execution time stats std::string statsOutFile; ///< Stats output file. "out" for standard output bool checkState = false;///< Throw error when checking test states + bool fulloutput = false;///< Replace large output to just it's length /// Test selection /// @{ |