diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-07-22 14:21:48 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-07-22 12:32:08 +0000 |
| commit | 27981d31754e51f9084eec50f1f9bf31883d70e3 (patch) | |
| tree | 5456956bdf047301bb38ca81c1830d93738a6994 /tools | |
| parent | 06ab36e109f8f409164cec63eda8e45709ac631b (diff) | |
tools/syz-bq.sh: allow namespaces with minus in name
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/syz-bq.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-bq.sh b/tools/syz-bq.sh index 491f1a400..a84d8de1e 100755 --- a/tools/syz-bq.sh +++ b/tools/syz-bq.sh @@ -108,7 +108,7 @@ EXPORT DATA AS ( SELECT kernel_repo, kernel_branch, kernel_commit, file_path, sl, SUM(hit_count) as hit_count - FROM syzkaller.syzbot_coverage.'$namespace' + FROM syzkaller.syzbot_coverage.`'$namespace'` WHERE TIMESTAMP_TRUNC(timestamp, DAY) >= "'$from_date'" AND TIMESTAMP_TRUNC(timestamp, DAY) <= "'$to_date'" AND |
