Commit 2f58a81d authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

all.bash: fix shell typo.

parent 9ff12286
......@@ -20,5 +20,5 @@ done
for d in benchmark
do
(cd $d && gotest -test.bench '.*' -test.cpu 1,2
(cd $d && gotest -test.bench '.*' -test.cpu 1,2 )
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment