Skip to content

Commit b13e39f

Browse files
Anthony Leonardo GracioAnthonyLeonardoGracio
authored andcommitted
V624-007: Use als from PATH for nightly testsuite
1 parent 5ffabee commit b13e39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/valgrind_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# and all the needed arguments from the testsuite.
55

66
dir_path=$(dirname $0)
7-
valgrind --quiet --tool=memcheck --leak-check=full --suppressions=$dir_path/leaks.supp $dir_path/../.obj/server/ada_language_server $@
7+
valgrind --quiet --tool=memcheck --leak-check=full --suppressions=$dir_path/leaks.supp ada_language_server $@

0 commit comments

Comments
 (0)