Commit 2a716468 authored by Jason Lian's avatar Jason Lian
Browse files

more

parent 622c4639
......@@ -9,7 +9,7 @@ python --version
run_tests() {
# find all the test files that match "test*.py"
TEST_FILES="$(find test/ -type f -name "test*.py" | sort)"
TEST_FILES="$(find test -type f -name "test*.py" | sort)"
echo "Test files are:"
echo $TEST_FILES
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment