Skip to content

Commit

Permalink
trace yellow color fix wip
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Dec 24, 2020
1 parent 1a634e6 commit e584045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions retesteth/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ void printHelp()
cout << setw(40) << "--singletest <TestName>" << setw(0)
<< "Run on a single test. `Testname` is filename without Filler.json\n";
cout << setw(40) << "--singletest <TestName>/<Subtest>" << setw(0) << "`Subtest` is a test name inside the file\n";
cout << setw(40) << "--singlenet <ForkName>" << setw(0) << "Run only specific fork configuration\n";

cout << "\nDebugging\n";
cout << setw(30) << "-d <index>" << setw(25) << "Set the transaction data array index when running GeneralStateTests\n";
Expand Down
2 changes: 1 addition & 1 deletion retesteth/TestOutputHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,5 +403,5 @@ std::string TestInfo::errorDebug() const
if (!m_sTransactionData.empty())
message += ", TrData: `" + m_sTransactionData + "`";

return message + ")" + cRed;
return message + ")";
}

0 comments on commit e584045

Please sign in to comment.