Skip to content
Snippets Groups Projects
Commit e019b3af authored by Daniel Skýpala's avatar Daniel Skýpala
Browse files

Test: Fix pisek args

Dan cannot use his own software
parent 258dcf5d
Branches
No related tags found
No related merge requests found
......@@ -30,6 +30,6 @@ def test_task_commit(task_path, commit, workdir="_test"):
cwd=os.path.join(config.REPO_DIR, workdir, task_path),
)
run_pisek(["--output", "--plain"], "output")
run_pisek(["--strict", "--output", "--plain"], "strict_output")
run_pisek(["--all-inputs", "--plain"], "output")
run_pisek(["--strict", "--all-inputs", "--plain"], "strict_output")
open(os.path.join(outdir, "complete"), "w").close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment