Skip to content

Commit df9895b

Browse files
committed
remove debbing code
1 parent 880f29e commit df9895b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab/build_and_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ then
232232
ctest --output-on-failure ${verbose_test} -T test 2>&1 | tee tests_output.txt
233233
date
234234

235-
ls -l test/unit_tests/arkode/gtest/*
236-
237235
no_test_str="No tests were found!!!"
238236
if [[ "$(tail -n 1 tests_output.txt)" == "${no_test_str}" ]]
239237
then

0 commit comments

Comments
 (0)