This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
docker-compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Pass script/test arguments through to nosetests
Aanand Prasad
11 years ago
parent
cfcabce593
commit
c246897af1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
script/test
+ 1
- 1
script/test
View File
@@ -1,2 +1,2 @@
#!/bin/sh
-nosetests
+nosetests
$@