We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9237f08 commit aaebc81Copy full SHA for aaebc81
1 file changed
scripts/run-regtests.sh
@@ -395,6 +395,10 @@ fi
395
396
if [ -d "${TESTDIR}" ]; then
397
echo "########################## Gathering results ##########################"
398
+ echo $TESTDIR
399
+ echo '9-9-9-9-9-9'
400
+ ls $TESTDIR
401
402
export TESTDIR
403
find "$TESTDIR" -type d -name "vtc.*" -exec sh -c 'for i; do
404
if [ ! -e "$i/LOG" ] ; then continue; fi
0 commit comments