From f2eb3f7982dc83f227960aa253dcd458a93c265c Mon Sep 17 00:00:00 2001 From: Hariharan Devarajan Date: Sun, 8 Oct 2023 16:20:34 -0700 Subject: [PATCH] code refactoring --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706911e6..92048b29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,6 +148,6 @@ jobs: total_lines=`cat $PWD/output/.trace*.pfw | wc -l` echo $num_posix_lines of $total_lines rm -rf $PWD/output - if [[ "$num_posix_lines" -ne "641" ]]; then + if [[ "$num_posix_lines" -ne "640" ]]; then exit 1 fi \ No newline at end of file