Skip to content

Commit

Permalink
Fix project name in tests/run_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 9, 2023
1 parent 7735b8e commit 8add86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_args():
argparser.add_argument("testname", nargs="?",
help="name of test class or method (e. g. 'blivetutils_tests.edit_dialog_test')")
argparser.add_argument("-i", "--installed", dest="installed",
help="run tests against installed version of libblockdev",
help="run tests against installed version of blivet-gui",
action="store_true")
return argparser.parse_args()

Expand Down

0 comments on commit 8add86e

Please sign in to comment.