chore: rename dummy -> sample
This commit is contained in:
		
							parent
							
								
									8571a8ba30
								
							
						
					
					
						commit
						aa5bf333e3
					
				
							
								
								
									
										10
									
								
								conf.toml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								conf.toml
									
									
									
									
									
								
							|  | @ -1,17 +1,17 @@ | |||
| skipGitea = true | ||||
| [[stages]] | ||||
| name = "dummy" | ||||
| name = "sample" | ||||
| [stages.executor] | ||||
| name = "sandbox" | ||||
| [stages.executor.with.default] | ||||
| args = ["./dummy", "--score", "-1"] | ||||
| args = ["./sample", "--score", "-1"] | ||||
| env = ["PATH=/usr/bin:/bin"] | ||||
| cpuLimit = 10_000_000_000 | ||||
| memoryLimit = 104_857_600 | ||||
| procLimit = 50 | ||||
| copyInCwd = true | ||||
| [stages.executor.with.default.copyIn.dummy] | ||||
| src = "./../../../../../../build/dummy" | ||||
| [stages.executor.with.default.copyIn.sample] | ||||
| src = "./../../../../../../build/sample" | ||||
| copyOut = ["stdout", "stderr"] | ||||
| [stages.executor.with.default.stdin] | ||||
| content = "" | ||||
|  | @ -22,7 +22,7 @@ max = 4_096 | |||
| name = "stderr" | ||||
| max = 4_096 | ||||
| [stages.parser] | ||||
| name = "dummy" | ||||
| name = "sample" | ||||
| [stages.parser.with] | ||||
| score = 10 | ||||
| comment = " + comment from toml conf" | ||||
|  |  | |||
|  | @ -1 +1 @@ | |||
| [{"name":"dummy","results":[{"score":0,"comment":"Unexpected executor status: Nonzero Exit Status.\nStderr: dummy negative score: -1"}],"force_quit":false}] | ||||
| [{"name":"sample","results":[{"score":0,"comment":"Unexpected executor status: Nonzero Exit Status.\nStderr: sample negative score: -1"}],"force_quit":false}] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user