Skip to content

Commit

Permalink
Remove echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Jan 28, 2025
1 parent 16f9c5b commit 25cd3a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ do
printf "%-59s" ""
cmp=`echo $i | sed 's:components/::' | sed 's:/.*$::'`;
if [ x$cmp = xsde ]; then
echo "We enter"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/components/sde/sde_lib:${PWD}/components/sde/tests/lib $VALGRIND ./$i $TESTS_QUIET
else
$VALGRIND ./$i $TESTS_QUIET
Expand Down

0 comments on commit 25cd3a3

Please sign in to comment.