summaryrefslogtreecommitdiffstats
path: root/recipes-enea/partrt/partrt/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-enea/partrt/partrt/run-ptest')
-rw-r--r--recipes-enea/partrt/partrt/run-ptest9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-enea/partrt/partrt/run-ptest b/recipes-enea/partrt/partrt/run-ptest
new file mode 100644
index 0000000..1c2d3c0
--- /dev/null
+++ b/recipes-enea/partrt/partrt/run-ptest
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3./test_partition.py target > /dev/null
4
5if [ $? -eq 0 ]; then
6 echo "PASS: test_partition"
7else
8 echo "FAIL: test_partition"
9fi