We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad114aa commit 625f362Copy full SHA for 625f362
1 file changed
tools/ci/circle
@@ -261,6 +261,7 @@ allocate_tests() {
261
# $2 - log file
262
run_tests() {
263
echo 'Running tests...' >&2
264
+ echo "$1"
265
# make TESTS="$1" test-xunit >> "$2" 2>&1
266
make TESTS="$1" test-xunit
267
if [[ "$?" -ne 0 ]]; then
0 commit comments