Validate DCO in script/test-versions

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-03-17 17:01:36 -07:00
commit 85fb8956f3
3 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
source "$(dirname "$BASH_SOURCE")/.validate"
adds=$(validate_diff --numstat | awk '{ s += $1 } END { print s }')