Commit 0d048299 by Marcus Winter

scripts: changed output format of cpplint to vs7 for jenkins

parent 8d0886d5
...@@ -34,4 +34,5 @@ ...@@ -34,4 +34,5 @@
PT_MAIN("Dataflow C++") { PT_MAIN("Dataflow C++") {
PT_RUN(SimpleTest); PT_RUN(SimpleTest);
PT_RUN(TupleTest); PT_RUN(TupleTest);
} }
...@@ -118,6 +118,6 @@ do ...@@ -118,6 +118,6 @@ do
current_rules+=",-runtime/threadsafe_fn" # These tests are allowed to use the thread unsafe rand() current_rules+=",-runtime/threadsafe_fn" # These tests are allowed to use the thread unsafe rand()
fi fi
done done
python ${c} --filter=$current_rules --root="$project/include" $file python ${c} --filter=$current_rules --root="$project/include" --output=vs7 $file
done done
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment