Skip to content

Commit

Permalink
Merge pull request #74 from m3g/testing_with_julia
Browse files Browse the repository at this point in the history
add "test OK" message.
  • Loading branch information
lmiq authored Jul 12, 2024
2 parents 96ae88a + 5f7727f commit a228272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testing/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function check_mind(input_file::String)
""")
end
println("Test $input_file OK.")
return nothing
end

Expand Down
1 change: 1 addition & 0 deletions testing/test_failed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ if ! grep -q $3 $2; then
echo "Error: could not find $3 in $2"
exit 1
fi
echo "Test $1 OK."
exit 0

0 comments on commit a228272

Please sign in to comment.