Skip to content

Commit 625f362

Browse files
committed
Add debug statement
1 parent ad114aa commit 625f362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci/circle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ allocate_tests() {
261261
# $2 - log file
262262
run_tests() {
263263
echo 'Running tests...' >&2
264+
echo "$1"
264265
# make TESTS="$1" test-xunit >> "$2" 2>&1
265266
make TESTS="$1" test-xunit
266267
if [[ "$?" -ne 0 ]]; then

0 commit comments

Comments
 (0)