summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x55-include-what-you-use.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/55-include-what-you-use.sh b/55-include-what-you-use.sh
index 6f92a92..31154b0 100755
--- a/55-include-what-you-use.sh
+++ b/55-include-what-you-use.sh
@@ -17,6 +17,8 @@ iwyu_tool \
-o iwyu \
-j$(nproc) > $BUILDDIR/iwyu.report.log
+echo "See $BUILDDIR/iwyu.report.log for details" > $logfile
+
pass_fail $? "Include-what-you-use"
completed $ID