File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,8 @@ Encountered 1 failing test in test/Structs.sol:DummyTest
175
175
176
176
Encountered a total of 1 failing tests, 0 tests succeeded
177
177
178
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
179
+
178
180
"# ] ] ) ;
179
181
} ) ;
180
182
@@ -394,6 +396,8 @@ Encountered 1 failing test in src/Eip712Cheat.sol:Eip712Test
394
396
395
397
Encountered a total of 1 failing tests, 0 tests succeeded
396
398
399
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
400
+
397
401
"# ] ] ) ;
398
402
399
403
cmd. forge_fuse( ) . args( [ "bind-json" ] ) . assert_success( ) ;
@@ -438,6 +442,8 @@ Encountered 1 failing test in src/Eip712Cheat.sol:Eip712Test
438
442
439
443
Encountered a total of 1 failing tests, 0 tests succeeded
440
444
445
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
446
+
441
447
"# ] ] ) ;
442
448
443
449
cmd. forge_fuse( ) . args( [ "bind-json" , "utils/CustomJsonBindings.sol" ] ) . assert_success( ) ;
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ Encountered 2 failing tests in src/DeprecationTestFail.t.sol:DeprecationTestFail
33
33
34
34
Encountered a total of 2 failing tests, 0 tests succeeded
35
35
36
+ Tip: Run `forge test --rerun` to retry only the 2 failed tests
37
+
36
38
"# ] ] ) ;
37
39
} ) ;
38
40
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ Encountered 1 failing test in test/inline.sol:Inline
161
161
162
162
Encountered a total of 1 failing tests, 0 tests succeeded
163
163
164
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
165
+
164
166
"# ] ] ) ;
165
167
} ) ;
166
168
@@ -192,6 +194,8 @@ Encountered 1 failing test in test/inline.sol:Inline
192
194
193
195
Encountered a total of 1 failing tests, 0 tests succeeded
194
196
197
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
198
+
195
199
"# ] ] ) ;
196
200
} ) ;
197
201
Original file line number Diff line number Diff line change @@ -1112,6 +1112,8 @@ Encountered 1 failing test in test/InvariantSequenceLenTest.t.sol:InvariantSeque
1112
1112
1113
1113
Encountered a total of 1 failing tests, 0 tests succeeded
1114
1114
1115
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
1116
+
1115
1117
"# ] ] ,
1116
1118
) ;
1117
1119
@@ -1137,6 +1139,8 @@ Encountered 1 failing test in test/InvariantSequenceLenTest.t.sol:InvariantSeque
1137
1139
1138
1140
Encountered a total of 1 failing tests, 0 tests succeeded
1139
1141
1142
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
1143
+
1140
1144
"# ] ] ,
1141
1145
) ;
1142
1146
@@ -1158,6 +1162,8 @@ Encountered 1 failing test in test/InvariantSequenceLenTest.t.sol:InvariantSeque
1158
1162
1159
1163
Encountered a total of 1 failing tests, 0 tests succeeded
1160
1164
1165
+ Tip: Run `forge test --rerun` to retry only the 1 failed test
1166
+
1161
1167
"# ] ] ,
1162
1168
) ;
1163
1169
} ) ;
You can’t perform that action at this time.
0 commit comments