Skip to content

Commit

Permalink
Fix test for good :-(
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Jun 13, 2024
1 parent d8551cb commit 3b2c720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
# some basic tests on the binary built earlier
echo -n "Test for a static executable: "
ldd ./trac2gitea | grep -q 'not a dynamic executable' \
ldd ./trac2gitea 2>&1 | grep -q 'not a dynamic executable' \
&& echo PASS \
|| { echo FAIL; exit 1; }
echo -n "Test for usage prompt on execution: "
Expand Down

0 comments on commit 3b2c720

Please sign in to comment.