Skip to content

Commit

Permalink
Remove copying testsettings step from the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Apr 22, 2020
1 parent f99491d commit 2a80c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.sh
Expand Up @@ -2,7 +2,6 @@
OVERALL_RESULT=0
mkdir ~/.near-config
echo '{"trackingEnaled":false}' > ~/.near-config/settings.json
cp ./test/testsettings ~/.near-config/settings.json
for test in ./test/test_*; do
echo ""
echo "Running $test"
Expand Down

0 comments on commit 2a80c73

Please sign in to comment.