From 0d048299a9b453fa7e10d75a91af28efceb56e9f Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Tue, 21 Oct 2014 11:10:34 +0200 Subject: [PATCH] scripts: changed output format of cpplint to vs7 for jenkins --- dataflow_cpp/test/main.cc | 1 + scripts/run_cpplint.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dataflow_cpp/test/main.cc b/dataflow_cpp/test/main.cc index fd36777..8abac31 100644 --- a/dataflow_cpp/test/main.cc +++ b/dataflow_cpp/test/main.cc @@ -34,4 +34,5 @@ PT_MAIN("Dataflow C++") { PT_RUN(SimpleTest); PT_RUN(TupleTest); + } diff --git a/scripts/run_cpplint.sh b/scripts/run_cpplint.sh index 21f23bb..3574079 100755 --- a/scripts/run_cpplint.sh +++ b/scripts/run_cpplint.sh @@ -118,6 +118,6 @@ do current_rules+=",-runtime/threadsafe_fn" # These tests are allowed to use the thread unsafe rand() fi done - python ${c} --filter=$current_rules --root="$project/include" $file + python ${c} --filter=$current_rules --root="$project/include" --output=vs7 $file done done -- libgit2 0.26.0