1
0
Fork 0
timestamps
dump_stack() 2023-01-30 20:15:17 +00:00
parent 0e185ab36b
commit a7b619fc40
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 4 additions and 4 deletions

View File

@ -110,16 +110,16 @@ type PreloadModule struct {
// Extra test files to copy over
type FileTransfer struct {
User string
Local string
Remote string
User string
Local string
Remote string
}
// Artifact is for .out-of-tree.toml
type Artifact struct {
Name string
Type ArtifactType
TestFiles []FileTransfer
TestFiles []FileTransfer
SourcePath string
SupportedKernels []KernelMask