feat: Add proxy configuration to all 369 evaluation examples - 55 with proxy, 314 without
This commit is contained in:
@@ -7,30 +7,49 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": ["libreoffice", "--writer"]
|
||||
"command": [
|
||||
"libreoffice",
|
||||
"--writer"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/e1fc0df3-c8b9-4ee7-864c-d0b590d3aa56",
|
||||
"related_apps": ["chrome", "libreoffice", "os"],
|
||||
"related_apps": [
|
||||
"chrome",
|
||||
"libreoffice",
|
||||
"os"
|
||||
],
|
||||
"evaluator": {
|
||||
"postconfig": [
|
||||
{
|
||||
"type": "command",
|
||||
"parameters": {
|
||||
"command": ["grep", "-nHr", "languagetool", "/home/user/.config/libreoffice/4/user/uno_packages/cache/uno_packages/"],
|
||||
"command": [
|
||||
"grep",
|
||||
"-nHr",
|
||||
"languagetool",
|
||||
"/home/user/.config/libreoffice/4/user/uno_packages/cache/uno_packages/"
|
||||
],
|
||||
"stdout": "grep.out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"parameters": {
|
||||
"command": ["apt", "list", "--installed"],
|
||||
"command": [
|
||||
"apt",
|
||||
"list",
|
||||
"--installed"
|
||||
],
|
||||
"stdout": "apt.out"
|
||||
}
|
||||
}
|
||||
],
|
||||
"func": ["check_list", "check_list"],
|
||||
"func": [
|
||||
"check_list",
|
||||
"check_list"
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"type": "cache_file",
|
||||
@@ -45,15 +64,20 @@
|
||||
{
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"expect": ["org\\.openoffice\\.languagetool\\.oxt"]
|
||||
"expect": [
|
||||
"org\\.openoffice\\.languagetool\\.oxt"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"expect": ["openjdk-\\d+-(jre|jdk)"]
|
||||
"expect": [
|
||||
"openjdk-\\d+-(jre|jdk)"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
}
|
||||
Reference in New Issue
Block a user