Skip to content

Commit

Permalink
Fix sanity check
Browse files Browse the repository at this point in the history
We sometimes commit only to testsuite, and not OMCompiler.
  • Loading branch information
sjoelund committed Jun 21, 2015
1 parent ee53ba6 commit 5d52a95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.common
Expand Up @@ -411,7 +411,6 @@ git-clean:

git-sanity-check: git-clean
test "./Compiler/boot/bootstrap-sources.tar.xz" = `find . -type f -size +684k | grep -v 3rdParty`
git rev-list origin/master..HEAD | grep -q ^
for commit in `git rev-list origin/master..HEAD`; do \
(! git ls-tree --name-only -r $$commit | egrep "(.*[.](html|png|svg|o|so|la|stamp|a|dll|exe|cab|lnk|msi|log|class|jar|pyc|db|zip|DS_Store|pdf|tex|md5|dep)$$)|SimulationRuntime/cpp/Doc" || exit 1) \
done
Expand Down

0 comments on commit 5d52a95

Please sign in to comment.