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 2b4da61 commit 09a82cf
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), db1e23e58df9631f16da9bfdc996efb844cf4c95)
ifeq ($(TOKEN_SHA1), 2ade230f77ab63c1a4b5abd7c34ea308a692d8e4)
BASE := 1
BASE_CHAR := b
else
Expand Down

0 comments on commit 09a82cf

Please sign in to comment.