Skip to content

Commit

Permalink
Merge pull request torvalds#406 from libos-nuse/fix-valgrind-take2
Browse files Browse the repository at this point in the history
lkl: fix valgrind tests remained issues
  • Loading branch information
thehajime authored Jan 9, 2018
2 parents fdf1933 + e8a7608 commit bbd1206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ do_steps: &do_steps
if [[ -n "$VALGRIND" ]]; then
cd ./tools/lkl/ && find ./ -type f -name "valgrind-*.xml" \
-exec ./tests/valgrind2xunit.py {} \;
cd ../..
fi
find ./tools/lkl/ -type f -name "*.xml" -exec mv {} ~/junit/ \;
no_output_timeout: "30m"
no_output_timeout: "90m"
- store_test_results:
path: ~/junit
- store_artifacts:
Expand Down

0 comments on commit bbd1206

Please sign in to comment.