]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Placed directory source as first argument in find
authorAndrei Pavel <andrei.pavel@qualitance.com>
Tue, 10 Jan 2017 08:13:48 +0000 (10:13 +0200)
committerAndrei Pavel <andrei.pavel@qualitance.com>
Tue, 10 Jan 2017 08:13:48 +0000 (10:13 +0200)
Makefile.am

index a046a00045060740981c6d4e0e645924c710e7b9..1268d3d4b72196926ca0435e131c11b553f2827f 100644 (file)
@@ -56,7 +56,7 @@ clean-cpp-coverage:
        fi
 
 perform-coverage:
-       find -mindepth 2 -maxdepth 2 src -type d | xargs -I{} bash -c "cd {}; make check || true"
+       find src -mindepth 2 -maxdepth 2 -type d | xargs -I{} bash -c "cd {}; make check || true"
 
 report-cpp-coverage:
 if HAVE_BOTAN