Skip to content

Commit 7fb835c

Browse files
author
Thomas Kiley
authored
Merge pull request diffblue#1433 from thk123/bugfix/doxy-script-documentation
Corrected error in the run_diff script
2 parents 897aaf6 + ef76441 commit 7fb835c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run_diff.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ then
4848
"warning: Included by graph for .* not generated, too many nodes. Consider increasing DOT_GRAPH_MAX_NODES.")
4949
if ! $doxygen --version &>/dev/null
5050
then
51-
echo "Lint script could not be found in the $script_folder directory"
52-
echo "Ensure cpplint.py is inside the $script_folder directory then run again"
51+
echo "Doxygen is not installed on this PC"
52+
echo "Please install before running this script"
5353
exit 1
5454
else
5555
mkdir -p $doxygenlogdir && cd src && $doxygen &> ../$doxygenlog && cd ..

0 commit comments

Comments
 (0)