Skip to content
Snippets Groups Projects
Commit 891635dc authored by 王雪超's avatar 王雪超
Browse files

update deadlines

parent 7a23ebef
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@ You need to run the project on your machines. **We strongly recommend Linux or M
## Midterm Project
- Team formation. Please form teams of 2 for this project. Due date: same as warmup 2.
- [Part 1](MidtermProject1).
- [Part 2](MidtermProject2).
- [Part 3](MidtermProject3).
- [Part 1](MidtermProject1). Due date: 12:30pm CT, Feb 8, 2022.
- [Part 2](MidtermProject2). Due date: 12:30pm CT, Feb 15, 2022.
- [Part 3](MidtermProject3). Due date: 12:30pm CT, Feb 22, 2022.
- [Part 4](MidtermProject4). (Will be released soon)
- [Part 5](MidtermProject5). (Will be released soon)
- [Part 6](MidtermProject6). (Will be released soon)
......
# put this file, add_test.py, and your netid.zip file in a new directory
for zipfile in *.zip; do
netid=${zipfile%%.*}
unzip -qq $zipfile -d $netid
if [ -d $netid ]; then
echo "student netid: $netid" >> log.txt
python3 add_test.py $netid/ece598pv-sp2022-main
cd $netid/ece598pv-sp2022-main
cargo test sp2022autograder00 >> ../../log.txt 2>> build_log.txt
cd ../..
fi
done
#grep 'student netid\|test result' log.txt > result.txt
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment