Skip to content

Commit 779ce64

Browse files
committed
CI/macos: debugging test stall
1 parent 71b80fc commit 779ce64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
ls -al
310310
chmod +x *
311311
echo trying testconvergent first for debugging
312-
DYLD_LIBRARY_PATH=../inst/lib ./$i $TEST_FLAGS
312+
DYLD_LIBRARY_PATH=../inst/lib ./testconvergent $TEST_FLAGS
313313
for i in *; do
314314
if [[ $i = "testinstance" || $i = "testinstance_no_cb" ]]; then continue; fi;
315315
echo Running $i $TEST_FLAGS;

0 commit comments

Comments
 (0)