We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9436ad commit 2d172a1Copy full SHA for 2d172a1
Makefile
@@ -3,6 +3,7 @@ CHAPTER ?=
3
OFFLINE :=
4
# This is only for TAs to run base test, students do not know the token
5
TOKEN_SHA1 := $(shell echo -n '$(passwd)' | sha1sum | xargs | awk -F' ' '{ print $$1 }')
6
+
7
ifeq ($(TOKEN_SHA1), 3d95c23bbc8fa7540096eb11aa094621c28f9358)
8
BASE := 1
9
BASE_CHAR := b
@@ -95,6 +96,7 @@ randomize:
95
96
find check -name "*.py" | xargs -I {} sh -c 'sed -i.bak 's/passed/passed$(RAND)/g' {} && rm -rf {}.bak'
97
98
test: backup env randomize
99
+ echo "$TOKEN_SHA1"
100
ifneq ($(OFFLINE),)
101
cp -r vendor/os-vendor ../os/vendor
102
cp -r vendor/user-vendor user/vendor
0 commit comments