@@ -602,6 +602,8 @@ Encountered 1 failing test in test/Contract.t.sol:CustomTypesTest
602
602
603
603
Encountered a total of 1 failing tests, 1 tests succeeded
604
604
605
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
606
+
605
607
"# ] ] ) ;
606
608
} ) ;
607
609
@@ -763,6 +765,8 @@ Encountered 1 failing test in test/CounterFuzz.t.sol:CounterTest
763
765
764
766
Encountered a total of 1 failing tests, 0 tests succeeded
765
767
768
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
769
+
766
770
"# ] ] ) ;
767
771
} ) ;
768
772
@@ -813,6 +817,8 @@ Encountered 1 failing test in test/CounterInvariant.t.sol:CounterTest
813
817
814
818
Encountered a total of 1 failing tests, 0 tests succeeded
815
819
820
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
821
+
816
822
"# ] ] ) ;
817
823
} ) ;
818
824
@@ -864,6 +870,8 @@ Encountered 2 failing tests in test/ReplayFailures.t.sol:ReplayFailuresTest
864
870
865
871
Encountered a total of 2 failing tests, 2 tests succeeded
866
872
873
+ Tip: Run `forge test --rerun` to retry only the 2 failed tests
874
+
867
875
"# ] ] ) ;
868
876
869
877
// Test failure filter should be persisted.
@@ -887,6 +895,8 @@ Encountered 2 failing tests in test/ReplayFailures.t.sol:ReplayFailuresTest
887
895
888
896
Encountered a total of 2 failing tests, 0 tests succeeded
889
897
898
+ Tip: Run `forge test --rerun` to retry only the 2 failed tests
899
+
890
900
"# ] ] ) ;
891
901
} ) ;
892
902
@@ -2871,6 +2881,8 @@ Encountered 1 failing test in test/Foo.t.sol:ContractTest
2871
2881
2872
2882
Encountered a total of 1 failing tests, 0 tests succeeded
2873
2883
2884
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
2885
+
2874
2886
"# ] ] ) ;
2875
2887
} ) ;
2876
2888
@@ -3001,6 +3013,8 @@ Encountered 1 failing test in test/SuppressTracesTest.t.sol:SuppressTracesTest
3001
3013
3002
3014
Encountered a total of 1 failing tests, 1 tests succeeded
3003
3015
3016
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
3017
+
3004
3018
"# ] ] ,
3005
3019
) ;
3006
3020
@@ -3063,6 +3077,8 @@ Encountered 1 failing test in test/SuppressTracesTest.t.sol:SuppressTracesTest
3063
3077
3064
3078
Encountered a total of 1 failing tests, 1 tests succeeded
3065
3079
3080
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
3081
+
3066
3082
"# ] ] ) ;
3067
3083
} ) ;
3068
3084
@@ -3747,6 +3763,8 @@ Encountered 1 failing test in test/Counter.t.sol:CounterTest
3747
3763
3748
3764
Encountered a total of 1 failing tests, 0 tests succeeded
3749
3765
3766
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
3767
+
3750
3768
"# ] ] ) ;
3751
3769
} ) ;
3752
3770
@@ -3855,6 +3873,8 @@ Encountered 3 failing tests in test/NonContractCallRevertTest.t.sol:NonContractC
3855
3873
3856
3874
Encountered a total of 3 failing tests, 0 tests succeeded
3857
3875
3876
+ Tip: Run `forge test --rerun` to retry only the 3 failed tests
3877
+
3858
3878
"# ] ] ) ;
3859
3879
} ) ;
3860
3880
@@ -3937,6 +3957,8 @@ Encountered 1 failing test in test/NonContractDelegateCallRevertTest.t.sol:NonCo
3937
3957
3938
3958
Encountered a total of 1 failing tests, 0 tests succeeded
3939
3959
3960
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
3961
+
3940
3962
"# ] ] ) ;
3941
3963
} ) ;
3942
3964
@@ -4128,5 +4150,7 @@ Encountered 2 failing tests in test/Counter.t.sol:CounterTest
4128
4150
4129
4151
Encountered a total of 2 failing tests, 0 tests succeeded
4130
4152
4153
+ Tip: Run `forge test --rerun` to retry only the 2 failed tests
4154
+
4131
4155
"# ] ] ) ;
4132
4156
} ) ;
0 commit comments