Skip to content

Commit

Permalink
Merge pull request #3402 from NomicFoundation/reduce-test-output-noise
Browse files Browse the repository at this point in the history
Reduce noise in test output
  • Loading branch information
fvictorio committed Dec 6, 2022
2 parents 7fc7639 + e45f8b4 commit 55140b7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.7.0;

import "dependency/contracts/Dep1.sol";
Expand Down
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.7.0;

import "dependency/contracts/Dep1.sol";
Expand Down
@@ -1,3 +1,7 @@
// This project is compiled from scratch multiple times in the same test, which
// produces a lot of logs. We override this task to omit those logs.
subtask("compile:solidity:log:compilation-result", () => {});

module.exports = {
solidity: "0.7.3",
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,2 +1,3 @@
pragma solidity ^0.5.0;
contract A {}

0 comments on commit 55140b7

Please sign in to comment.