Skip to content

Commit

Permalink
travis-run-local: split reset/install tasks for aptman/qus
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <[email protected]>
  • Loading branch information
Steven Noonan committed Oct 27, 2020
1 parent ae52d2d commit 79831b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis-run-local.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def main():

# Initialize system environment
log.info("Preparing system to run foreign architecture containers")
subprocess.run(['docker', 'run', '--rm', '--privileged', 'aptman/qus', '-s', '--', '--reset', '-p'], check=True)
subprocess.run(['docker', 'run', '--rm', '--privileged', 'aptman/qus', '-s', '--', '-r'], check=True)
subprocess.run(['docker', 'run', '--rm', '--privileged', 'aptman/qus', '-s', '--', '-p'], check=True)

# Run native tests first
kill_and_wait()
Expand Down

0 comments on commit 79831b0

Please sign in to comment.