Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce noise in test output #3402

Merged
merged 2 commits into from Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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 {}