Skip to content

Commit

Permalink
Update systest/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Fasching <5011972+fasmat@users.noreply.github.com>
  • Loading branch information
acud and fasmat authored Jul 26, 2024
1 parent 41ef6e8 commit e488894
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions systest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ ifeq ($(configname),$(test_job_name))
endif

command := tests -test.v -test.count=$(count) -test.timeout=60m -test.run=$(test_name) -test.parallel=$(clusters) \
-clusters=$(clusters) -level=$(level) -configname=$(configname)

ifeq ($(failfast),true)
command := $(command) -test.failfast
endif
-test.failfast=$(failfast) -clusters=$(clusters) -level=$(level) -configname=$(configname)



Expand Down

0 comments on commit e488894

Please sign in to comment.