Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
2a716468
Commit
2a716468
authored
Jul 17, 2019
by
Jason Lian
Browse files
more
parent
622c4639
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build_tools/travis/test_script.sh
build_tools/travis/test_script.sh
+1
-1
No files found.
build_tools/travis/test_script.sh
View file @
2a716468
...
@@ -9,7 +9,7 @@ python --version
...
@@ -9,7 +9,7 @@ python --version
run_tests
()
{
run_tests
()
{
# find all the test files that match "test*.py"
# 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 are:"
echo
$TEST_FILES
echo
$TEST_FILES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment