summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 15:46:02 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 15:46:02 +1100
commiteb2f71e287eca6f4af1c96e024da5d9d62cc1090 (patch)
tree5415feb9069e95e6f4860b28c53d0ef51d7a94a0 /test
parentff3c0e5e39f4b910d8158754ebf1e8debeec28c7 (diff)
downloadtalos-skiboot-eb2f71e287eca6f4af1c96e024da5d9d62cc1090.tar.gz
talos-skiboot-eb2f71e287eca6f4af1c96e024da5d9d62cc1090.zip
hello_world: print out full path of missing MAMBO_BINARY
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/hello_world/run_mambo_hello_world.sh2
-rwxr-xr-xtest/hello_world/run_mambo_p9_hello_world.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh
index 7bde5978..5b63ce0c 100755
--- a/test/hello_world/run_mambo_hello_world.sh
+++ b/test/hello_world/run_mambo_hello_world.sh
@@ -10,7 +10,7 @@ if [ -z "$MAMBO_BINARY" ]; then
fi
if [ ! -x "$MAMBO_PATH/$MAMBO_BINARY" ]; then
- echo 'Could not find executable MAMBO_BINARY. Skipping hello_world test';
+ echo "Could not find executable MAMBO_BINARY ($MAMBO_PATH/$MAMBO_BINARY). Skipping hello_world test";
exit 0;
fi
diff --git a/test/hello_world/run_mambo_p9_hello_world.sh b/test/hello_world/run_mambo_p9_hello_world.sh
index 7f9c6425..1653a526 100755
--- a/test/hello_world/run_mambo_p9_hello_world.sh
+++ b/test/hello_world/run_mambo_p9_hello_world.sh
@@ -10,7 +10,7 @@ if [ -z "$MAMBO_BINARY" ]; then
fi
if [ ! -x "$MAMBO_PATH/$MAMBO_BINARY" ]; then
- echo 'Could not find executable MAMBO_BINARY. Skipping hello_world test';
+ echo "Could not find executable MAMBO_BINARY ($MAMBO_PATH/$MAMBO_BINARY). Skipping hello_world test";
exit 0;
fi
OpenPOWER on IntegriCloud