Skip to content

Commit 2d172a1

Browse files
committed
echo
1 parent c9436ad commit 2d172a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CHAPTER ?=
33
OFFLINE :=
44
# This is only for TAs to run base test, students do not know the token
55
TOKEN_SHA1 := $(shell echo -n '$(passwd)' | sha1sum | xargs | awk -F' ' '{ print $$1 }')
6+
67
ifeq ($(TOKEN_SHA1), 3d95c23bbc8fa7540096eb11aa094621c28f9358)
78
BASE := 1
89
BASE_CHAR := b
@@ -95,6 +96,7 @@ randomize:
9596
find check -name "*.py" | xargs -I {} sh -c 'sed -i.bak 's/passed/passed$(RAND)/g' {} && rm -rf {}.bak'
9697

9798
test: backup env randomize
99+
echo "$TOKEN_SHA1"
98100
ifneq ($(OFFLINE),)
99101
cp -r vendor/os-vendor ../os/vendor
100102
cp -r vendor/user-vendor user/vendor

0 commit comments

Comments
 (0)