We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346c413 commit ec24979Copy full SHA for ec24979
.github/workflows/homebrew.yml
@@ -251,8 +251,8 @@ jobs:
251
cp $(brew --prefix mfc)/examples/1D_sodshocktube/case.py "$TESTDIR/"
252
253
echo "Running with $(sysctl -n hw.ncpu) processors..."
254
- # Use absolute path since mfc wrapper creates its own tmpdir
255
- mfc run "$TESTDIR/case.py" -j $(sysctl -n hw.ncpu)
+ # Use absolute path and shorthand syntax (mfc auto-detects and prepends 'run')
+ mfc "$TESTDIR/case.py" -j $(sysctl -n hw.ncpu)
256
257
echo "Test case completed successfully!"
258
0 commit comments