Skip to content

Commit

Permalink
clean up runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd committed Oct 25, 2021
1 parent c37168c commit e8ea9fa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,5 @@ if !is_ci() # only test if not CI
"""
@test result expected_result
end

else

println(pwd())
s = read("../deps/build.log", String)
print(s)


end

0 comments on commit e8ea9fa

Please sign in to comment.