Skip to content

Commit

Permalink
deforaos-job-git-test: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed May 31, 2022
1 parent 416fd61 commit 0000549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deforaos-job-git-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0000549

Please sign in to comment.