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