SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
graphics/mapnik/patches/patch-test_run
Normal file
19
graphics/mapnik/patches/patch-test_run
Normal file
|
@ -0,0 +1,19 @@
|
|||
find -quit is only in gfind
|
||||
Index: test/run
|
||||
--- test/run.orig
|
||||
+++ test/run
|
||||
@@ -29,13 +29,12 @@ if [ -d "test/data" ]; then
|
||||
|
||||
run_substep "Running standalone C++ tests..."
|
||||
found_test=false
|
||||
- if [ -n "$(find test/standalone/ -maxdepth 1 -name '*-bin' -print -quit)" ]; then
|
||||
for FILE in test/standalone/*-bin; do
|
||||
found_test=true
|
||||
ran_a_test=true
|
||||
${FILE} || failures=$((failures+$?))
|
||||
done
|
||||
- fi
|
||||
+
|
||||
if [[ $found_test == false ]]; then
|
||||
run_warn "Skipping standalone tests since they were not built"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue