diff options
author | Tim Newsome <tim@sifive.com> | 2019-09-30 12:47:34 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2019-09-30 12:47:34 -0700 |
commit | f9bc52847867802829a519920558e52a09fd55e4 (patch) | |
tree | 5819de0018d1efb956bc0346fa3ad8e002d083ff | |
parent | 1107dc7e3f90f0ea9175269abb47f800e2c5571c (diff) | |
download | riscv-openocd-f9bc52847867802829a519920558e52a09fd55e4.zip riscv-openocd-f9bc52847867802829a519920558e52a09fd55e4.tar.gz riscv-openocd-f9bc52847867802829a519920558e52a09fd55e4.tar.bz2 |
Fix filterdiff line.
We don't want to enforce code style on libjaylink, which in mainline is
a subrepository.
Change-Id: Ic72dff4b56f5781dd1ba94519eb4b067903ceaae
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3749a8a..7191445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ script: # so this should work fine most of the time, and be a lot better than not # checking at all. - git diff -U20 HEAD~40 | - filterdiff -x "b/src/jtag/drivers/libjaylink/*" -x "b/tools/git2cl/*" | + filterdiff -x "a/src/jtag/drivers/libjaylink/*" -x "a/tools/git2cl/*" | ./tools/scripts/checkpatch.pl --no-signoff - - ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi $CONFIGURE_ARGS && make - file src/$EXECUTABLE |