From 6b9feda105fdb62a0d4a4f8b1e7f49777486fa0c Mon Sep 17 00:00:00 2001 From: Evan Maicus Date: Wed, 27 May 2020 15:38:35 -0400 Subject: [PATCH] Update output archival for tutorials 16-18 --- examples/16_docker_network_python/config/config.json | 4 ---- .../config/config.json | 4 ---- examples/18_postgres_database/config/config.json | 3 +-- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/16_docker_network_python/config/config.json b/examples/16_docker_network_python/config/config.json index 69e2490..8104789 100644 --- a/examples/16_docker_network_python/config/config.json +++ b/examples/16_docker_network_python/config/config.json @@ -6,10 +6,6 @@ //States that a given testcase uses a router by default. (Default value is true) "use_router" : true }, - - "autograding" : { - "work_to_details" : [ "**/*.txt" ] - }, "resource_limits" : { "RLIMIT_NPROC" : 100, "RLIMIT_STACK" : 10000000, diff --git a/examples/17_dispatched_actions_and_standard_input/config/config.json b/examples/17_dispatched_actions_and_standard_input/config/config.json index 06d56ac..803f002 100644 --- a/examples/17_dispatched_actions_and_standard_input/config/config.json +++ b/examples/17_dispatched_actions_and_standard_input/config/config.json @@ -1,8 +1,4 @@ { - - "autograding" : { - "work_to_details" : ["**/*.txt"] - }, "autograding_method" : "docker", "container_options" : { //States that a given testcase uses a router by default. (Default value is true) diff --git a/examples/18_postgres_database/config/config.json b/examples/18_postgres_database/config/config.json index 0f082e7..71fba2d 100644 --- a/examples/18_postgres_database/config/config.json +++ b/examples/18_postgres_database/config/config.json @@ -7,8 +7,7 @@ "use_router": false }, "autograding": { - "submission_to_runner": ["**/*.py", "**/*.txt","**/*.sql"], - "work_to_details": ["**/*.txt"] + "submission_to_runner": ["**/*.py", "**/*.txt","**/*.sql"] }, "testcases": [ {