Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit c838f48

Browse files
authored
Merge pull request #3569 from ethereum/chriseth-patch-2
Fix boost test runner call.
2 parents c7d1cdc + 9ddcc13 commit c838f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runalltests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo "cpp-ethereum repository at commit $cppHead"
2929
echo "tests repository at commit $testHead"
3030
exec 2> $workdir/testlog.txt
3131
timestart=$(date +%s.%N)
32-
./testeth --all --exectimelog
32+
./testeth -- --all --exectimelog
3333
timeend=$(date +%s.%N)
3434

3535
#Send Mails

0 commit comments

Comments
 (0)