Re-train simulation tests

In the future, we can eliminate the need to do this with a CQ for the
recipes repo.

Change-Id: I1bacde757030e98f7f22cf346a4ae4cf0bf5ddd8
diff --git a/recipe_modules/qemu/example.expected/basic_aarch64.json b/recipe_modules/qemu/example.expected/basic_aarch64.json
index c9b8d55..297b0c8 100644
--- a/recipe_modules/qemu/example.expected/basic_aarch64.json
+++ b/recipe_modules/qemu/example.expected/basic_aarch64.json
@@ -32,6 +32,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-aarch64",
       "--memory",
diff --git a/recipe_modules/qemu/example.expected/basic_x86_64.json b/recipe_modules/qemu/example.expected/basic_x86_64.json
index 8f11f99..2144244 100644
--- a/recipe_modules/qemu/example.expected/basic_x86_64.json
+++ b/recipe_modules/qemu/example.expected/basic_x86_64.json
@@ -32,6 +32,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipe_modules/qemu/example.expected/kvm_aarch64.json b/recipe_modules/qemu/example.expected/kvm_aarch64.json
index c9b8d55..297b0c8 100644
--- a/recipe_modules/qemu/example.expected/kvm_aarch64.json
+++ b/recipe_modules/qemu/example.expected/kvm_aarch64.json
@@ -32,6 +32,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-aarch64",
       "--memory",
diff --git a/recipe_modules/qemu/example.expected/kvm_x86_64.json b/recipe_modules/qemu/example.expected/kvm_x86_64.json
index 8f11f99..2144244 100644
--- a/recipe_modules/qemu/example.expected/kvm_x86_64.json
+++ b/recipe_modules/qemu/example.expected/kvm_x86_64.json
@@ -32,6 +32,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipes/ledger.expected/ci.json b/recipes/ledger.expected/ci.json
index 7f978a7..241e886 100644
--- a/recipes/ledger.expected/ci.json
+++ b/recipes/ledger.expected/ci.json
@@ -347,6 +347,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipes/ledger.expected/ci_all_passes.json b/recipes/ledger.expected/ci_all_passes.json
index 28021ee..dc288b7 100644
--- a/recipes/ledger.expected/ci_all_passes.json
+++ b/recipes/ledger.expected/ci_all_passes.json
@@ -347,6 +347,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipes/ledger.expected/cq_try.json b/recipes/ledger.expected/cq_try.json
index d7b289a..41adeb9 100644
--- a/recipes/ledger.expected/cq_try.json
+++ b/recipes/ledger.expected/cq_try.json
@@ -357,6 +357,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipes/ledger.expected/invalid_test_output.json b/recipes/ledger.expected/invalid_test_output.json
index 296dd93..0c46b2c 100644
--- a/recipes/ledger.expected/invalid_test_output.json
+++ b/recipes/ledger.expected/invalid_test_output.json
@@ -347,6 +347,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipes/magenta.expected/ci.json b/recipes/magenta.expected/ci.json
index 6585de2..e743d58 100644
--- a/recipes/magenta.expected/ci.json
+++ b/recipes/magenta.expected/ci.json
@@ -173,6 +173,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipes/magenta.expected/cq_try.json b/recipes/magenta.expected/cq_try.json
index edaba1d..ef23e9f 100644
--- a/recipes/magenta.expected/cq_try.json
+++ b/recipes/magenta.expected/cq_try.json
@@ -185,6 +185,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",
diff --git a/recipes/magenta.expected/test_ouput.json b/recipes/magenta.expected/test_ouput.json
index 94e3431..d7a206e 100644
--- a/recipes/magenta.expected/test_ouput.json
+++ b/recipes/magenta.expected/test_ouput.json
@@ -173,6 +173,7 @@
   {
     "cmd": [
       "RECIPE_MODULE[infra::qemu]/resources/qemu.py",
+      "run",
       "--executable",
       "[START_DIR]/cipd/qemu/bin/qemu-system-x86_64",
       "--memory",