Skip to content

Commit 65e4ed6

Browse files
committed
run.sh: support both skipBuild forms
melting-pot.sh supports -s or --skipBuild, so run.sh should as well.
1 parent 2555bc7 commit 65e4ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ echo 'Done!'
119119
doMelt=t
120120
for arg in "$@"
121121
do
122-
if [ "$arg" = '-s' ]
122+
if [ "$arg" = '-s' ] || [ "$arg" = '--skipBuild' ]
123123
then
124124
doMelt=
125125
fi

0 commit comments

Comments
 (0)