File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ declare quiet failed update partest_debug
66declare cotouched since sortCommand
77declare -a ack_args partest_args scalac_args
88
9+ partest_args=( --show-diff )
910base=" $( cd " $( dirname " $0 " ) " /.. && pwd) "
1011cd " $base " || { echo " Could not change to base directory $base " && exit 1; }
1112filesdir=" test/files"
@@ -134,8 +135,8 @@ count=$(echo $(echo "$paths" | wc -w))
134135
135136# Output a command line which will re-run these same tests.
136137echo " # $count tests to run."
137- printf " %-52s %s\n" " $base /test/partest ${partest_args[@ ]} " " \\ "
138+ printf " %-52s %s\n" " $base /test/partest ${partest_args[* ]} " " \\ "
138139for path in $paths ; do printf " %-50s %s\n" " $path " " \\ " ; done
139- echo ' "" '
140+ echo " "
140141
141- test/partest " ${partest_args[@]} " $paths
142+ test/partest ${partest_args[*]} $paths
You can’t perform that action at this time.
0 commit comments