Skip to content

Commit

Permalink
update explanatory text in helper scirpts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nickurak committed Aug 25, 2024
1 parent 7c969f1 commit c89723a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions run_ci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This script assumes that the pyvenv installed in PYDIR exists, and
# has ukechords and all its dependencies.
# This script assumes that the pyvenv installed in UKECHORDS_PYDIR
# exists, and has ukechords and all its dependencies.

if [ -z "$UKECHORDS_PYDIR" ]; then
UKECHORDS_PYDIR="${HOME}/.local/pyvenv/ukechords/"
Expand Down
4 changes: 2 additions & 2 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This script assumes that the pyvenv installed in PYDIR exists, and
# has ukechords and all its dependencies.
# This script assumes that the pyvenv installed in UKECHORDS_PYDIR
# exists, and has ukechords and all its dependencies.

# With coverage: ./run_tests.sh --cov --cov-report=html --cov-branch

Expand Down

0 comments on commit c89723a

Please sign in to comment.