We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6d94e commit 729d7a6Copy full SHA for 729d7a6
1 file changed
test/test_model.jl
@@ -258,12 +258,12 @@ function test_printing()
258
return
259
end
260
contents = read(joinpath(dir, "log.txt"), String)
261
- for line in [
+ for line in Any[
262
"Algorithm: KirlikSayin",
263
"1 0.00000e+00 0.00000e+00",
264
"----------------------------------------------",
265
"termination_status: OPTIMAL",
266
- "result_count: 10",
+ r"result_count: [0-9]+",
267
"Time spent in subproblems: ",
268
]
269
@test occursin(line, contents)
0 commit comments