Skip to content

Commit

Permalink
Update test token
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy17 committed Jan 24, 2025
1 parent 166b5a4 commit 2b4da61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DIR := workplace

# This is only for TAs to run base test, students do not know the token
TOKEN_SHA1 := $(shell echo -n '$(passwd)' | sha1sum | xargs | awk -F' ' '{ print $$1 }')
ifeq ($(TOKEN_SHA1), 3d95c23bbc8fa7540096eb11aa094621c28f9358)
ifeq ($(TOKEN_SHA1), db1e23e58df9631f16da9bfdc996efb844cf4c95)
BASE := 1
BASE_CHAR := b
else
Expand Down

0 comments on commit 2b4da61

Please sign in to comment.