Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 19, 2023
1 parent ebeed72 commit 57064ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function runtests()

for f in testfiles
println("")
if f excludedfiles
if basename(f) excludedfiles
println("Test Skip:")
println("$f")
continue
Expand Down

0 comments on commit 57064ed

Please sign in to comment.