chore: support parallel regtests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CODEC_PREFIX=RS01
|
||||
. common.bash
|
||||
|
||||
ISOSIZE=21000
|
||||
@@ -11,8 +12,6 @@ TMPISO=$TMPDIR/rs01-tmp.iso
|
||||
TMPECC=$TMPDIR/rs01-tmp.ecc
|
||||
SIMISO=$TMPDIR/rs01-sim.iso
|
||||
|
||||
CODEC_PREFIX=RS01
|
||||
|
||||
# Create master image and ecc file
|
||||
|
||||
if ! file_exists $MASTERISO; then
|
||||
|
||||
Reference in New Issue
Block a user