chore: support parallel regtests

This commit is contained in:
Stéphane Lesimple
2020-09-05 18:36:35 +02:00
parent 935aa50038
commit 08863f0f85
7 changed files with 75 additions and 30 deletions

View File

@@ -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