Skip to content

Commit

Permalink
use python3 for running test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rpandian-spike committed Aug 13, 2021
1 parent 8c331b6 commit 59fa0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PWD=`pwd`
echo "Running test cases from ${PWD},"

# Run test suite
python -m pytest new_tests/
python3 -m pytest new_tests/

0 comments on commit 59fa0d3

Please sign in to comment.