Skip to content

Commit

Permalink
drt: run-ispd uses bash for run.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
Vitor Bandeira committed Jul 8, 2024
1 parent de5f98c commit 8172f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drt/test/run-ispd.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_enabled(design, patterns):
'-j', str(args.jobs),
'--halt', 'never',
'--joblog', f"{args.workspace}/ispd-parallel.log",
os.path.join(args.workspace, '{}/run.sh'),
'bash', os.path.join(args.workspace, '{}/run.sh'),
':::', *list(running_tests)],
check=True)

Expand Down

0 comments on commit 8172f67

Please sign in to comment.