aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-06-05 23:56:31 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-06-05 23:56:31 +0300
commitfb76d7b7a82aad8b8eccc702313c4d150a69cca9 (patch)
tree577536a792f7e88f93bfeb66a4854c369764dcea /lite-aeolus
parentb2284f19b8b9c0a59b5c81ba38d27fc0e7764b57 (diff)
lite-aeolus-micropython: qemu_x86: Disable running testsuite via piping
Go ahead and make a switchover, it just failed nwo again. Change-Id: Id99adde6845a456b3b1417a065165d0b6a033283
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-micropython.sh15
1 files changed, 8 insertions, 7 deletions
diff --git a/lite-aeolus/build-micropython.sh b/lite-aeolus/build-micropython.sh
index 0e3cc08a..1cb9c539 100644
--- a/lite-aeolus/build-micropython.sh
+++ b/lite-aeolus/build-micropython.sh
@@ -30,13 +30,14 @@ else
make BOARD=${PLATFORM}
fi
-if [ ${PLATFORM} = "qemu_x86" ]; then
- # Run testsuite via piping scripts to REPL - doesn't work reliably
- # with QEMU, will likely be removed
- rm -f /tmp/slip.sock
- (socat PTY,link=/tmp/slip.dev UNIX-LISTEN:/tmp/slip.sock &)
- make BOARD=${PLATFORM} test
-fi
+# Disabled - too unreliable with current QEMUs
+#if [ ${PLATFORM} = "qemu_x86" ]; then
+# # Run testsuite via piping scripts to REPL - doesn't work reliably
+# # with QEMU, will likely be removed
+# rm -f /tmp/slip.sock
+# (socat PTY,link=/tmp/slip.dev UNIX-LISTEN:/tmp/slip.sock &)
+# make BOARD=${PLATFORM} test
+#fi
cd ${WORKSPACE}
mkdir -p out/${PLATFORM}