Skip to content

Commit

Permalink
diff against master!
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Sep 17, 2014
1 parent f9e23f6 commit db3fa2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ if [ -n "$AMPLAB_JENKINS" ]; then
git fetch origin master:master

sql_diffs=$(
git diff --name-only selective-testing \
git diff --name-only master \
| grep -e "^sql/" -e "^bin/spark-sql" -e "^sbin/start-thriftserver.sh"
)

non_sql_diffs=$(
git diff --name-only selective-testing \
git diff --name-only master \
| grep -v -e "^sql/" -e "^bin/spark-sql" -e "^sbin/start-thriftserver.sh"
)

Expand Down

0 comments on commit db3fa2d

Please sign in to comment.