Skip to content

Commit

Permalink
Merge pull request #845 from saurabhsingh-pvips/fix_broken_script
Browse files Browse the repository at this point in the history
Fix typo in run.py
  • Loading branch information
hodjat91 authored Feb 2, 2022
2 parents a7e27bc + 0e79928 commit 9939538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def do_simulate(sim_cmd, simulator, test_list, cwd, sim_opts, seed_gen,
test['test'], i, log_suffix)) + \
(" --target=%s " % (target)) + \
(" --gen_test=%s " % (test['gen_test'])) + \
(" --seed={}".format(rand_seed))
(" --seed={} ".format(rand_seed))
else:
cmd = lsf_cmd + " " + sim_cmd.rstrip() + \
(" +UVM_TESTNAME={} ".format(test['gen_test'])) + \
Expand Down

0 comments on commit 9939538

Please sign in to comment.