Skip to content

Commit 53ee0ac

Browse files
committed
Updates list of projects and fixes script
1 parent 94adceb commit 53ee0ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

projects.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
todo-mvp
22
todo-mvp-loaders
3-
todo-mvp-dagger
4-
todo-mvvm
3+
todo-databinding

run_cmd_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -e # Exit immediately if a command exits with a non-zero status.
2020
for p in $(cat projects.conf); do
2121
echo
2222
echo
23-
echo Running unit and Android tests in $p
23+
echo Running "$@" in $p
2424
echo "====================================================================="
2525

2626
pushd $p > /dev/null # Silent pushd

0 commit comments

Comments
 (0)