diff --git a/src/deforaos-job-git-tests b/src/deforaos-job-git-tests index 2911625..702e1a6 100755 --- a/src/deforaos-job-git-tests +++ b/src/deforaos-job-git-tests @@ -80,8 +80,8 @@ _git_tests() (cd "$tmpdir/repository" && ./configure) fi #run tests if available - (cd "$tmpdir/repository" - && $MAKE tests) || ret=2 + (cd "$tmpdir/repository" && + $MAKE tests) || ret=2 fi #cleanup $RM -r "$tmpdir"