Skip to content

Commit

Permalink
[jenkins] fix test executable path for valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpoelen committed Aug 1, 2024
1 parent 0fb544f commit 94072fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ if (( $fast == 0 )); then
#find ./bin/$gcc/release/tests/ -type d -exec \
# ./tools/c++-analyzer/valgrind -qd '{}' \;
/usr/bin/time --format="%Es - %MK" \
find ./bin/$valgrind_compiler/release/tests/ -type d -exec \
find ./bin/$valgrind_compiler/release/*/tests/ -type d -exec \
parallel -j2 ./tools/c++-analyzer/valgrind -qd ::: '{}' +

show_duration valgrind
Expand Down

0 comments on commit 94072fd

Please sign in to comment.