Skip to content

Commit

Permalink
CORTX-30751: Codacy code cleanup (Seagate#1606)
Browse files Browse the repository at this point in the history
This patch fixes some of the codacy warnings.
warning fixed : "Double quote to prevent globing and words splitting".

Signed-off-by: Rinku Kothiya <rinku.kothiya@seagate.com>
  • Loading branch information
rkothiya committed Apr 18, 2022
1 parent 2a23611 commit b40ec7d
Show file tree
Hide file tree
Showing 9 changed files with 426 additions and 426 deletions.
378 changes: 189 additions & 189 deletions m0t1fs/linux_kernel/st/m0t1fs_client_inc.sh

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions m0t1fs/linux_kernel/st/m0t1fs_dgmode_io.sh

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion m0t1fs/linux_kernel/st/m0t1fs_multi_clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ main()
echo "Starting multi clients testing:"
echo "Test log will be stored in $MOTR_TEST_LOGFILE."

multi_clients 2>&1 | tee -a $MOTR_TEST_LOGFILE
multi_clients 2>&1 | tee -a "$MOTR_TEST_LOGFILE"
rc=${PIPESTATUS[0]}

if [ $rc -eq 0 ]; then
Expand Down
Loading

0 comments on commit b40ec7d

Please sign in to comment.