Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/homebrew/mfc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def caveats
# Run the case from the test directory (this will execute pre_process and simulation)
# Limit to 1 processor and reduce runtime for testing
cd testpath_case do
system bin/"mfc", "run", "case.py", "-j", "1"
system bin/"mfc", "case.py", "-j", "1"
end

# Verify output files were created in the test directory
Expand Down
Loading