Skip to content

Commit ecc17fa

Browse files
committed
tap fix
1 parent 8a5291e commit ecc17fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packaging/homebrew/mfc.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,8 @@ def caveats
298298
cp prefix/"examples/1D_sodshocktube/case.py", testpath_case/"case.py"
299299

300300
# Run the case from the test directory (this will execute pre_process and simulation)
301-
# Limit to 1 processor and reduce runtime for testing
302301
cd testpath_case do
303-
system bin/"mfc", "run", "case.py", "-j", "1"
302+
system bin/"mfc", "case.py", "-n", "1"
304303
end
305304

306305
# Verify output files were created in the test directory

0 commit comments

Comments
 (0)