aboutsummaryrefslogtreecommitdiff
path: root/integration-tests.d
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-07-31 12:33:04 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-07-31 12:33:04 +0200
commit158cd5ff70017e0e411738d2ed12c556077b803a (patch)
treee474587d597f05fd6b57e8b787e36ffcb23ff43b /integration-tests.d
parente7301af3b77b91350ff78f11fb1c58327acc12ab (diff)
Fixed env variable name.
Diffstat (limited to 'integration-tests.d')
-rw-r--r--integration-tests.d/lava-job-new-with-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests.d/lava-job-new-with-config.sh b/integration-tests.d/lava-job-new-with-config.sh
index eb366f2..83d3b28 100644
--- a/integration-tests.d/lava-job-new-with-config.sh
+++ b/integration-tests.d/lava-job-new-with-config.sh
@@ -5,6 +5,6 @@ device_type = panda
[device_type=panda]
prebuilt_image = file:///path/to/panda.img
EOF
-LAVACONFIG="${tmpdir}/config" lava job new "${tmpdir}/job.json"
+LAVACACHE="${tmpdir}/config" lava job new "${tmpdir}/job.json"
cat "${tmpdir}/job.json"
grep "device_type.*panda" "${tmpdir}/job.json" && grep "image.*path.to.panda.img" "${tmpdir}/job.json"