From ed17357671e1c6f8aa7f534a482d9b2fac76d959 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 10 Sep 2024 21:51:04 -0400 Subject: [PATCH] chore: rename dummy -> sample --- conf.toml | 10 +++++----- expected.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf.toml b/conf.toml index accb115..e4dc6fe 100644 --- a/conf.toml +++ b/conf.toml @@ -1,17 +1,17 @@ skipGitea = true [[stages]] -name = "dummy" +name = "sample" [stages.executor] name = "sandbox" [stages.executor.with.default] -args = ["./dummy", "--score", "100"] +args = ["./sample", "--score", "100"] 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" diff --git a/expected.json b/expected.json index 97578eb..c1ff513 100644 --- a/expected.json +++ b/expected.json @@ -1 +1 @@ -[{"name":"dummy","results":[{"score":110,"comment":"dummy comment + comment from toml conf"}],"force_quit":false}] +[{"name":"sample","results":[{"score":110,"comment":"sample comment + comment from toml conf"}],"force_quit":false}]