Skip to content

[TM-71] Fix morley.sh

Ivan Gromakovskii requested to merge gromak/tm71-fix-morley.sh into master

Description

Problem: new print command doesn't need --db, but morley.sh doesn't account for that.

Solution: if we execute print, do not pass --db.

Related issue(s)

https://issues.serokell.io/issue/TM-71

Checklist for your Merge Request

Related changes (conditional)

  • Tests

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:

Stylistic guide (mandatory)

Merge request reports