We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94adceb commit 53ee0acCopy full SHA for 53ee0ac
projects.conf
@@ -1,4 +1,3 @@
1
todo-mvp
2
todo-mvp-loaders
3
-todo-mvp-dagger
4
-todo-mvvm
+todo-databinding
run_cmd_all.sh
@@ -20,7 +20,7 @@ set -e # Exit immediately if a command exits with a non-zero status.
20
for p in $(cat projects.conf); do
21
echo
22
23
- echo Running unit and Android tests in $p
+ echo Running "$@" in $p
24
echo "====================================================================="
25
26
pushd $p > /dev/null # Silent pushd
0 commit comments