CSCI128 / 128Autograder

Source Code for CSCI128 Autograder at Colorado School of Mines
0 stars 1 forks source link

[BUG] Submission not found if submissionName == file names #77

Open ezrichards opened 5 months ago

ezrichards commented 5 months ago

Description

Issue

If I have files tree (executable), tree.h, tree.c, no submissions will be found by the autograder.

Steps to recreate

Make those files and set submission name = tree in config.toml.

Solution

On Line 75 of CSubmission, don't check for a substring of the original string.

Acceptance Criteria

gregbell26 commented 2 months ago

Adding to V4.0