Skip to content

Commit

Permalink
remove unused and deprecated testFail* tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Feb 3, 2025
1 parent 43bfc20 commit b889b9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/gen_output/forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ gen_forge() {
run_command "$OUTPUT_DIR/cheatcodes/forge-test-simple" \
forge test --match-test test_IncrementAsOwner

run_command "$OUTPUT_DIR/cheatcodes/forge-test-cheatcodes" \
forge test --match-test "test_IncrementAsOwner|testFail_IncrementAsNotOwner" --match-path test/OwnerUpOnly.t.sol

run_command "$OUTPUT_DIR/cheatcodes/forge-test-cheatcodes-tracing" \
forge test -vvvv --match-test testFail_IncrementAsNotOwner --match-path test/OwnerUpOnly.t.sol

run_command "$OUTPUT_DIR/cheatcodes/forge-test-cheatcodes-expectrevert" \
forge test --match-test "test_IncrementAsOwner|test_IncrementAsNotOwner" --match-path test/OwnerUpOnly.t.sol

Expand Down

0 comments on commit b889b9f

Please sign in to comment.