cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Make Marmoset submit feature zip only the given question, fix #818 #824

Closed yc2lee closed 6 years ago

yc2lee commented 6 years ago

This commit makes Marmoset submission create a zip file that looks something like

Archive:  seashell-marmoset-zip-15082638811508263881838
packed by Racket - http://racket-lang.org/
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2017-10-17 14:11   ./
      190  2017-10-17 14:11   ./.metadata
        0  2017-10-17 14:11   ./common/
       27  2017-10-17 14:11   ./common/HelloWorld.c
       27  2017-10-17 14:11   ./main.c
        0  2017-10-17 14:11   ./tests/
        0  2017-10-17 14:11   ./tests/MyTestA.expect
        0  2017-10-17 14:11   ./tests/MyTestA.in
---------                     -------
      244                     8 files

i.e. Zip file will have common/ folder, tests/ folder, and the question's files at the zip's root level