Skip to content

Commit

Permalink
test: Print proper mambo command path
Browse files Browse the repository at this point in the history
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
Vasant Hegde authored and oohal committed Jun 17, 2020
1 parent ff4e54d commit 4b4aa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sreset_world/run_mambo_p9_sreset.sh
Expand Up @@ -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

Expand Down

0 comments on commit 4b4aa1d

Please sign in to comment.