Skip to content

Commit 8e759cd

Browse files
committed
Add temporary debug to scaladoc tests
1 parent 2a6fd7b commit 8e759cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project/scripts/cmdScaladocTests

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,11 @@ dist/target/pack/bin/scaladoc \
4242
-author -groups -revision main -project-version "${DOTTY_BOOTSTRAPPED_VERSION}" \
4343
"-quick-links:Learn::https://docs.scala-lang.org/,Install::https://www.scala-lang.org/download/,Playground::https://scastie.scala-lang.org,Find A Library::https://index.scala-lang.org,Community::https://www.scala-lang.org/community/,Blog::https://www.scala-lang.org/blog/," \
4444
out/bootstrap/scaladoc-testcases/scala-"${DOTTY_NONBOOTSTRAPPED_VERSION}"/classes > "$tmp" 2>&1 || echo "generated testcases project with scripts"
45+
46+
echo ">>= *** =<<"
47+
cat scaladoc/output/testcases/tests.html |base64
48+
echo ">>= *** =<<"
49+
cat ${OUT1}/tests.html |base64
50+
echo ">>= *** =<<"
51+
4552
diff -rq "$OUT1" "scaladoc/output/testcases"

0 commit comments

Comments
 (0)