Skip to content

Commit a1a567a

Browse files
authored
Merge pull request #55 from SCIP-Interfaces/rs/test_cleanup
tests: clean up temp CIP file after test case
2 parents 7311b2b + f968fc5 commit a1a567a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ deps/src/
88
deps/usr/
99
/test/test.lp
1010
/test/test.mps
11-
/test/modeltest.cip

test/more_tests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ modelPath = joinpath(dirname(@__FILE__), "model")
5353
lineno += 1
5454
end
5555
end
56+
rm(cipfname) # clean up for future test runs
5657
end
5758

5859
@testset "test_#49_initialsol_nlp" begin

0 commit comments

Comments
 (0)