aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/hello_world/run_mambo_hello_world.sh1
-rwxr-xr-xtest/hello_world/run_mambo_p9_hello_world.sh1
-rwxr-xr-xtest/hello_world/run_qemu_hello_world.sh1
-rwxr-xr-xtest/run_mambo_boot_test.sh1
-rwxr-xr-xtest/run_qemu_boot_test.sh1
-rwxr-xr-xtest/sreset_world/run_mambo_p9_sreset.sh1
-rwxr-xr-xtest/sreset_world/run_mambo_sreset.sh1
7 files changed, 7 insertions, 0 deletions
diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh
index d3dbf1f..a9f5b8a 100755
--- a/test/hello_world/run_mambo_hello_world.sh
+++ b/test/hello_world/run_mambo_hello_world.sh
@@ -58,6 +58,7 @@ if [ $r != 0 ]; then
exit $r
fi
+if [ -n "$V" ] ; then cat "$t" ; fi
rm -f -- "$t"
trap - EXIT
exit 0;
diff --git a/test/hello_world/run_mambo_p9_hello_world.sh b/test/hello_world/run_mambo_p9_hello_world.sh
index 9c304fd..e9eee8c 100755
--- a/test/hello_world/run_mambo_p9_hello_world.sh
+++ b/test/hello_world/run_mambo_p9_hello_world.sh
@@ -58,6 +58,7 @@ if [ $r != 0 ]; then
exit $r
fi
+if [ -n "$V" ] ; then cat "$t" ; fi
rm -f -- "$t"
trap - EXIT
exit 0;
diff --git a/test/hello_world/run_qemu_hello_world.sh b/test/hello_world/run_qemu_hello_world.sh
index 4f12958..265add8 100755
--- a/test/hello_world/run_qemu_hello_world.sh
+++ b/test/hello_world/run_qemu_hello_world.sh
@@ -50,6 +50,7 @@ if [ $r != 0 ]; then
exit $r
fi
+if [ -n "$V" ] ; then cat "$t" ; fi
rm -f -- "$t"
trap - EXIT
diff --git a/test/run_mambo_boot_test.sh b/test/run_mambo_boot_test.sh
index 9899bde..d08d93f 100755
--- a/test/run_mambo_boot_test.sh
+++ b/test/run_mambo_boot_test.sh
@@ -65,6 +65,7 @@ if [ $r != 0 ]; then
exit $r
fi
+if [ -n "$V" ] ; then cat "$t" ; fi
rm -f -- "$t"
trap - EXIT
exit 0
diff --git a/test/run_qemu_boot_test.sh b/test/run_qemu_boot_test.sh
index db657ee..ee3d9da 100755
--- a/test/run_qemu_boot_test.sh
+++ b/test/run_qemu_boot_test.sh
@@ -55,6 +55,7 @@ if [ $E -eq 3 ]; then
exit 0;
fi
+if [ -n "$V" ] ; then cat "$t" ; fi
if [ $E -eq 0 ]; then
rm $T
else
diff --git a/test/sreset_world/run_mambo_p9_sreset.sh b/test/sreset_world/run_mambo_p9_sreset.sh
index 4bfa547..cc19c58 100755
--- a/test/sreset_world/run_mambo_p9_sreset.sh
+++ b/test/sreset_world/run_mambo_p9_sreset.sh
@@ -70,6 +70,7 @@ if [ $r != 0 ]; then
exit $r
fi
+if [ -n "$V" ] ; then cat "$t" ; fi
rm -f -- "$t"
trap - EXIT
exit 0;
diff --git a/test/sreset_world/run_mambo_sreset.sh b/test/sreset_world/run_mambo_sreset.sh
index 24a8a93..298a582 100755
--- a/test/sreset_world/run_mambo_sreset.sh
+++ b/test/sreset_world/run_mambo_sreset.sh
@@ -70,6 +70,7 @@ if [ $r != 0 ]; then
exit $r
fi
+if [ -n "$V" ] ; then cat "$t" ; fi
rm -f -- "$t"
trap - EXIT
exit 0;