Skip to content

Commit

Permalink
Fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
glesica committed Mar 1, 2020
1 parent 03a1b50 commit 2805fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

echo "testing version agreement"
claimed=$(pyrs990 --version)
claimed=$(poetry run python -m pyrs990 --version)
actual=$(poetry version | cut -d ' ' -f 2)
if [ "$claimed" != "$actual" ]; then
echo "$claimed (claimed version) and $actual (actual version) do not match"
Expand Down

0 comments on commit 2805fe5

Please sign in to comment.