summaryrefslogtreecommitdiffstats
path: root/recipes-enea/partrt/partrt/run-ptest
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:50:30 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:50:30 +0200
commit56fadd5827f95396b1237dfe628e2b8a3d28dd00 (patch)
treea1bcdf8f990f18fb0222d215522a99176719c4eb /recipes-enea/partrt/partrt/run-ptest
downloadmeta-enea-56fadd5827f95396b1237dfe628e2b8a3d28dd00.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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..b84af18
--- /dev/null
+++ b/recipes-enea/partrt/partrt/run-ptest
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3./test_partition.py target -v
4
5if [ $? -eq 0 ]; then
6 echo "PASS: test_partition"
7else
8 echo "FAIL: test_partition"
9fi