Skip to content

Commit

Permalink
publish valgrind report take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 12, 2014
1 parent add5ca2 commit d8efea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicada/libinjection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@
'exec' : ExecuteShell("cd libinjection && ./autogen.sh && ./configure && make clean && VALGRIND=`which valgrind` nice make check"),
'publish': [
PublishArtifact('console.txt', PUBDIR, 'console.txt', 'console'),
PublishArtifact('libinjection/src/test-suite.log', PUBDIR,
'test-suite.txt', 'test log')
]
},
'libinjection-gprof': {
Expand Down

0 comments on commit d8efea5

Please sign in to comment.