Skip to content

Commit

Permalink
ci: delete bad gap/testbugfix file
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 24, 2024
1 parent 58f3919 commit 0d1079f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/run-gap-testbugfix.g
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
files_to_delete := ["testbugfix/2021-04-13-TryMaximals.tst"];
files_to_delete := ["testbugfix/2021-04-13-TryMaximals.tst",
"testbugfix/2017-10-20-runprocess.tst"];
for f in files_to_delete do
f := Filename(DirectoriesLibrary("tst"), f);
if f <> fail then
Expand Down

0 comments on commit 0d1079f

Please sign in to comment.