aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2020-06-12 16:46:55 +0530
committerOliver O'Halloran <oohall@gmail.com>2020-06-17 21:19:23 +1000
commit4b4aa1d3ef88d8b7236eae18c0aa7cad37cfdf5a (patch)
treef4e2f77323985e8a43c652da197cf9e9db8fb6dc /test
parentff4e54d44e7e0d06f171dca38ca0e03a3d614d26 (diff)
downloadskiboot-4b4aa1d3ef88d8b7236eae18c0aa7cad37cfdf5a.zip
skiboot-4b4aa1d3ef88d8b7236eae18c0aa7cad37cfdf5a.tar.gz
skiboot-4b4aa1d3ef88d8b7236eae18c0aa7cad37cfdf5a.tar.bz2
test: Print proper mambo command path
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/sreset_world/run_mambo_p9_sreset.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sreset_world/run_mambo_p9_sreset.sh b/test/sreset_world/run_mambo_p9_sreset.sh
index cc19c58..1f65240 100755
--- a/test/sreset_world/run_mambo_p9_sreset.sh
+++ b/test/sreset_world/run_mambo_p9_sreset.sh
@@ -9,7 +9,7 @@ if [ -z "$P9MAMBO_BINARY" ]; then
fi
if [ ! -x "$P9MAMBO_PATH/$P9MAMBO_BINARY" ]; then
- echo "Could not find executable P9MAMBO_BINARY ($P9MAMBO_PATH/$MAMBO_BINARY). Skipping sreset_world test";
+ echo "Could not find executable P9MAMBO_BINARY ($P9MAMBO_PATH/$P9MAMBO_BINARY). Skipping sreset_world test";
exit 0;
fi