Skip to content

Commit

Permalink
Use single runners
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Jan 18, 2024
1 parent 5e740e1 commit 09eb210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testsuite/multiprocessing_unitary_tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POK_PATH := $(CURDIR)/../..

check::
avocado run --xunit report.xml --mux-yaml testconfig.yaml -- $(POK_PATH)/misc/execution_test_multiprocessing.py
avocado run --nrunner-max-parallel-tasks 1 --xunit report.xml --mux-yaml testconfig.yaml -- $(POK_PATH)/misc/execution_test_multiprocessing.py
2 changes: 1 addition & 1 deletion testsuite/unitary_tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POK_PATH := $(CURDIR)/../..

check::
avocado run --xunit report.xml --mux-yaml testconfig.yaml -- $(POK_PATH)/misc/execution_test.py
avocado run --nrunner-max-parallel-tasks 1 --xunit report.xml --mux-yaml testconfig.yaml -- $(POK_PATH)/misc/execution_test.py

0 comments on commit 09eb210

Please sign in to comment.