Skip to content

Commit

Permalink
Update test token
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Sep 15, 2024
1 parent 3c31431 commit 8e121ff
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), c4b6163b043b433fb9c6a3a508a9afbf67146849)
ifeq ($(TOKEN_SHA1), 3d95c23bbc8fa7540096eb11aa094621c28f9358)
BASE := 1
BASE_CHAR := b
else
Expand Down

0 comments on commit 8e121ff

Please sign in to comment.