From 887f062674d6171e60bc9733518362da504e4183 Mon Sep 17 00:00:00 2001 From: rhuairahrighairigh Date: Fri, 11 Oct 2019 11:38:34 -0400 Subject: [PATCH] comment typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ed080a2a..f77d9037 100644 --- a/Makefile +++ b/Makefile @@ -105,8 +105,8 @@ test-all: build # other sim tests @go test ./app -run TestAppImportExport -Enabled -Commit -NumBlocks=100 -BlockSize=200 -Seed 2 -v -timeout 24h @go test ./app -run TestAppSimulationAfterImport -Enabled -Commit -NumBlocks=100 -BlockSize=200 -Seed 2 -v -timeout 24h - @# AppStateDeterminism does use Seed flag - @go test ./app -run TestAppStateDeterminism -Enabled -Commit -NumBlocks=100 -BlockSize=200 -v -timeout 24h + @# AppStateDeterminism does not use Seed flag + @go test ./app -run TestAppStateDeterminism -Enabled -Commit -NumBlocks=100 -BlockSize=200 -v -timeout 24h .PHONY: all build-linux install clean build test-all \ No newline at end of file