summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2022-07-04 15:18:40 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2022-07-04 15:19:22 +0100
commit073547d89ba63fdc6f62b8baef325a21b4bf4e2f (patch)
tree14601ee017ccbf569780e0338ec0eb5c3c6d2e3c
parent5c0eb40aa8927f15b4702cd12519c0525cad6451 (diff)
include-what-you-use: Fix warning
The test was 'failing' due to the log file never being created. Rather than log too much verbose warnings to email, simply reference the build location for now Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-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