Skip to content

Commit

Permalink
Fix copy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hennenfent committed Aug 10, 2020
1 parent 6517683 commit eea716d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ run_truffle_tests(){
coverage json
coverage report
cd ..
cp truffle_tests/coverage.xml .
cp truffle_tests/coverage.json .
return 0
}

Expand Down Expand Up @@ -139,7 +139,7 @@ run_examples() {
coverage json
coverage report
popd
cp examples/script/coverage.xml .
cp examples/script/coverage.json .
return $RESULT
}

Expand Down

0 comments on commit eea716d

Please sign in to comment.