mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 08:56:22 +00:00
tests: try two places for profanity binary
This commit is contained in:
@@ -1,2 +1,7 @@
|
|||||||
export COLUMNS=300
|
export COLUMNS=300
|
||||||
./profanity -l DEBUG
|
if [ -f "./build_run/profanity" ]; then
|
||||||
|
./build_run/profanity -l DEBUG
|
||||||
|
else
|
||||||
|
# Fallback for autotools
|
||||||
|
./profanity -l DEBUG
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user