Skip to content

Commit 35d20f7

Browse files
Another try to get rid of that failure
1 parent 1bf3e3a commit 35d20f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/CMakeLists.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -849,13 +849,13 @@ add_test(
849849
NAME multiple_batch_files
850850
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
851851
COMMAND wxmaxima --debug --batch unicode.wxm boxes.wxm)
852-
set_tests_properties(multiple_batch_files PROPERTIES DEPENDS wxmaxima_performance)
852+
set_tests_properties(multiple_batch_files PROPERTIES DEPENDS wxmaxima_performance RUN_SERIAL true)
853853

854-
# add_test(
855-
# NAME multiple_batch_files2
856-
# WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
857-
# COMMAND wxmaxima --debug --batch --single_process unicode.wxm boxes.wxm)
858-
# set_tests_properties(multiple_batch_files2 PROPERTIES DEPENDS wxmaxima_performance)
854+
add_test(
855+
NAME multiple_batch_files2
856+
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
857+
COMMAND wxmaxima --debug --batch --single_process unicode.wxm boxes.wxm)
858+
set_tests_properties(multiple_batch_files2 PROPERTIES DEPENDS wxmaxima_performance RUN_SERIAL true)
859859

860860
#add_test(
861861
# NAME multiwindow

0 commit comments

Comments
 (0)