citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit ce3a717e9c4c3adff9e3c050f0dd4b565befe3f6
parent eb6b3bfe11d371f77779159c9da4a29657dbaad3
Author: kyle <kyle@0x30.net>
Date:   Mon, 28 Nov 2016 00:50:26 -0700

t: bring check tests up to date

Diffstat:
Mt/check_baddir.sh | 2+-
Mt/check_empty.sh | 5+++--
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/t/check_baddir.sh b/t/check_baddir.sh @@ -8,6 +8,6 @@ plan 1 modify_PATH -output_good="citrun-check: _nonexistent_dir_: directory does not exist" +output_good="find: _nonexistent_dir_: No such file or directory" ok_program "error on bad dir" 1 "$output_good" citrun-check _nonexistent_dir_ diff --git a/t/check_empty.sh b/t/check_empty.sh @@ -9,5 +9,6 @@ plan 1 modify_PATH enter_tmpdir -output_good="No log files found." -ok_program "is no logs found message printed" 1 "$output_good" citrun-check +output_good="Summary: + 0 citrun.log files processed" +ok_program "is no logs found message printed" 0 "$output_good" citrun-check .