deforaos-job-git-test: fix syntax error

This commit is contained in:
Pierre Pronchery 2022-05-31 08:29:04 +02:00
parent 416fd616f8
commit 0000549aa0

View File

@ -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"