Skip to content

Commit bca0f46

Browse files
committed
run_more_tests.sh: explicitly use python3
1 parent ff98b60 commit bca0f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/run_more_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if test -f ./bin/cppcheck; then
1111
CPPCHECK=$(pwd)/bin/cppcheck
1212
fi
1313

14-
python $DIR/extracttests.py --code=$(pwd)/test1 $1
14+
python3 $DIR/extracttests.py --code=$(pwd)/test1 $1
1515

1616
cd test1
1717

0 commit comments

Comments
 (0)