Fix missing testrun log output

This is regression for a6f64c83
This commit is contained in:
Sebastian Serth
2024-01-09 00:42:20 +01:00
parent a230618724
commit a3dbd3dd27

View File

@ -7,7 +7,7 @@ class Testrun < ApplicationRecord
belongs_to :testrun_execution_environment, optional: true, dependent: :destroy belongs_to :testrun_execution_environment, optional: true, dependent: :destroy
has_many :testrun_messages, dependent: :destroy has_many :testrun_messages, dependent: :destroy
CONSOLE_OUTPUT = %i[stdout stderr].freeze CONSOLE_OUTPUT = %w[stdout stderr].freeze
enum status: { enum status: {
ok: 0, ok: 0,