[dev-run] minor
authorEbrahim Byagowi <ebrahim@gnu.org>
Tue, 20 Feb 2018 14:29:04 +0000 (17:59 +0330)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2018 14:29:04 +0000 (17:59 +0330)
src/dev-run.sh

index 8589f62..5a7ae10 100755 (executable)
@@ -33,6 +33,6 @@ if [[ "$answer" = "y" ]]; then
        if [[ $CMAKENINJA ]]; then
                CTEST_OUTPUT_ON_FAILURE=1 CTEST_PARALLEL_LEVEL=5 ninja -Cbuild test
        else
-               make -j5 check && .ci/fail.sh
+               make -Cbuild -j5 check && .ci/fail.sh
        fi
 fi