-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Migrations -f argument is ignored #886
Comments
@craigwilliams84 Thanks for reporting. We made a change in Is your code public? Or could you add any information about your migrations to help clarify what's gone wrong here? |
The code isn't currently public, but I have created a simple dummy project that reproduces the issue. |
@craigwilliams84 Have opened a PR fixing this. Unfortunately I don't see a great interim workaround - a PR for Thanks so much for reporting and for providing a reproduction case. |
No problem at all, thanks for looking into it so quickly. |
That linked PR been released in Truffle v4.1.6. Let us know if this solves the problem! Thanks! |
truffle version |
@fawrn Have just tested I'm on OSX. |
Issue
Migrations -f argument is ignored (works in 4.1.3 but not 4.1.4/5)
Steps to Reproduce
truffle migrate -f 2
in a project with multiple migrations files.Expected Behavior
Only migration script 2 should be run.
Actual Results
All migration scripts are run.
Environment
truffle version
): 4.1.5node --version
): 8.7.0npm --version
): 5.6.0The text was updated successfully, but these errors were encountered: