Skip to content

Commit acccc67

Browse files
chore: add temporary debug logs run_unit_tests
1 parent 429efc7 commit acccc67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_assets/scripts/run_unit_tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ run_test_for_packages() {
5959

6060
echo -e "${GRN}Testing:${RST} ${log_message}. Iteration ${iteration}. -test.count=${count}. Timeout: ${timeout}"
6161

62+
echo "AAAAA jamon"
63+
echo "GIT_ROOT is ${GIT_ROOT}"
64+
echo "LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}"
65+
ls ${GIT_ROOT}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/
66+
6267
gotestsum_flags="${GOTESTSUM_EXTRAFLAGS}"
6368
if [[ "${CI}" == 'true' ]]; then
6469
gotestsum_flags="${gotestsum_flags} --junitfile=${report_file} --rerun-fails-report=${rerun_report_file}"

0 commit comments

Comments
 (0)