Skip to content

fixed exec syntax, it needs a command not only strings#118

Merged
ahskabir merged 1 commit intomainfrom
bugfix/cmdsyntax
Apr 11, 2026
Merged

fixed exec syntax, it needs a command not only strings#118
ahskabir merged 1 commit intomainfrom
bugfix/cmdsyntax

Conversation

@ahskabir
Copy link
Copy Markdown
Contributor

@ahskabir ahskabir commented Apr 9, 2026

  • it fixes the following run-time error
    [err] bash: line 1: Starting: command not found

Motivation

CVS exec command syntax is wrong without this fix

Technical Details

exec was given only string but a command must exists

Test Plan

This error was revealed while running perftest. The error is non-fatal.

Test Result

With this fix, bash error command will not be seen in the log

Submission Checklist

@ahskabir ahskabir requested a review from speriaswamy-amd April 9, 2026 22:40
Comment thread cvs/tests/ibperf/ib_perf_bw_test.py Outdated
  - it fixes the following run-time error
    [err]   bash: line 1: Starting: command not found

Signed-off-by: Ahsan Kabir <Ahsan.Kabir@amd.com>
@ahskabir ahskabir merged commit 72d0e21 into main Apr 11, 2026
1 of 2 checks passed
@cijohnson cijohnson deleted the bugfix/cmdsyntax branch April 13, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants