We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95452c0 commit 7949a9bCopy full SHA for 7949a9b
scripts/runalltests.sh
@@ -3,8 +3,8 @@
3
workdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
#Clean the previous build
5
cd $workdir
6
-rm -r cpp-ethereum
7
-rm -r tests
+rm -r cpp-ethereum 2>/dev/null || true
+rm -r tests 2>/dev/null || true
8
exec &> $workdir/buildlog.txt
9
ETHEREUM_TEST_PATH=$workdir/tests
10
0 commit comments