From 35e4c9411cd43e62b37d0654e34c3f90b4e6b78a Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Sat, 20 Jul 2019 00:29:38 +0000 Subject: [PATCH] Fixed a small issue in the Makefile to "make test-sushi" work again. --- cmd/burntsushi-tester/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/burntsushi-tester/Makefile b/cmd/burntsushi-tester/Makefile index adabeb2..6f5a47a 100644 --- a/cmd/burntsushi-tester/Makefile +++ b/cmd/burntsushi-tester/Makefile @@ -23,7 +23,7 @@ profile-b: test-sushi: - numactl --physcpubind=+3 bash -c "time ~/${GOPATH}/bin/toml-test-decoder < testfile.toml" + numactl --physcpubind=+3 bash -c "time ${GOPATH}/bin/toml-test-decoder < testfile.toml" test-sushi-a: