From 6de577e7852b56a0bb42e0855a7dde7eaf4ba645 Mon Sep 17 00:00:00 2001 From: Maska989 Date: Fri, 27 Oct 2023 11:46:01 +0200 Subject: [PATCH] test --- psh/test.yaml | 2 +- trunner/target/emulated.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/psh/test.yaml b/psh/test.yaml index 407a1db0b..71b582b38 100644 --- a/psh/test.yaml +++ b/psh/test.yaml @@ -68,7 +68,7 @@ test: harness: test-runfile.py targets: # runfile applet is not intended for non-rootfs targets - exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo] + exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu] - name: history harness: test-history.py diff --git a/trunner/target/emulated.py b/trunner/target/emulated.py index 620c14236..178889379 100644 --- a/trunner/target/emulated.py +++ b/trunner/target/emulated.py @@ -1,4 +1,5 @@ from abc import abstractmethod +import os from typing import Callable from trunner.ctx import TestContext