From f812812b60c10d8e64a8993851f9b24a674e629c Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 21 May 2020 15:09:59 -0400 Subject: [tests] Add tests for SoSCleaner Adds tests for the mappings and parsers used by SoSCleaner Signed-off-by: Jake Hunsaker --- tests/simple.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/simple.sh') diff --git a/tests/simple.sh b/tests/simple.sh index 08f1c051..a759a106 100755 --- a/tests/simple.sh +++ b/tests/simple.sh @@ -107,6 +107,7 @@ run_expecting_sucess " --batch -t 1 -n hardware" extract run_expecting_sucess " --batch --quiet -e opencl -k kernel.with-timer" extract run_expecting_sucess " --batch --case-id 10101 --all-logs --since=$(date -d "yesterday 13:00" '+%Y%m%d') " extract run_expecting_sucess " --batch --verbose --no-postproc" extract +run_expecting_sucess " --batch --mask" extract echo $summary -- cgit