fw sim: Update for uni servers
This commit is contained in:
parent
f3c84f562a
commit
96c480ea54
3 changed files with 3 additions and 5 deletions
|
|
@ -101,7 +101,7 @@ def run_test(seed, amplitude_spec, background, nbits, decimation, symbols, thfs,
|
|||
proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, text=True)
|
||||
stdout, _stderr = proc.communicate()
|
||||
if proc.returncode != 0:
|
||||
raise SystemError(f'Subprocess signalled error: {proc.returncode=}')
|
||||
raise SystemError(f'Subprocess signalled error: {proc.returncode}')
|
||||
|
||||
lines = stdout.splitlines()
|
||||
matched = [ l.partition('[')[2].partition(']')[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue