From 5e1ec307bb8d57af7df2cc5a709a2955f9512319 Mon Sep 17 00:00:00 2001 From: Eric Wild Date: Thu, 3 Jul 2025 14:46:14 +0200 Subject: [PATCH] tester: temporarily disable physical tests Setup is being worked on. Change-Id: I395adbcc9c0559e782c8bec64173def3deaa0084 --- contrib/jenkins.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 63087f03..a9f86063 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -33,15 +33,15 @@ case "$JOB_TYPE" in python -m unittest discover -v -s tests/unittests # Run pySim-prog integration tests (requires physical cards) - cd tests/pySim-prog_test/ - ./pySim-prog_test.sh - cd ../../ + #cd tests/pySim-prog_test/ + # ./pySim-prog_test.sh + #cd ../../ # Run pySim-trace test tests/pySim-trace_test/pySim-trace_test.sh # Run pySim-shell integration tests (requires physical cards) - python3 -m unittest discover -v -s ./tests/pySim-shell_test/ + #python3 -m unittest discover -v -s ./tests/pySim-shell_test/ ;; "distcheck") virtualenv -p python3 venv --system-site-packages