Update dapp test

pull/1318/head
Josselin Feist 2 years ago
parent 9a1e63ef0c
commit 1592cb376c
  1. 2
      scripts/ci_test_dapp.sh

@ -18,7 +18,7 @@ dapp init
slither . --detect external-function
# TODO: make more elaborate test
if [ $? -eq 4 ]
if [ $? -eq 0 ]
then
exit 0
fi

Loading…
Cancel
Save