Skip to content

Commit 4c26f80

Browse files
authored
Merge pull request #4 from Submitty/loop_types
Attempt to fix 06_loop_types and 07_loop_depth
2 parents 37e249a + eafe842 commit 4c26f80

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/06_loop_types/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"testcases" : [
99
{
1010
"title" : "Python - Distinguish for and while Loops",
11-
"command" : [ "submitty_count node for *.py",
12-
"submitty_count token while *.py" ],
11+
"command" : [ "submitty_count -l python node for *.py",
12+
"submitty_count -l python token While *.py" ],
1313
"points" : 2,
1414
"validation" : [
1515
{

examples/07_loop_depth/config/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
// Here, an instructor-provided static analysis script is used, rather
1313
// than one of the provided scripts like count_token and count_function.
1414
// This works in much the same way as those scripts.
15-
"command" : [ "mv loopdepth.py loopdepth",
16-
"python3 loopdepth *.py" ],
15+
"command" : [ "submitty_count -l python depth loop *.py" ],
1716
"points" : 10,
1817
"validation" : [
1918
{

0 commit comments

Comments
 (0)