Skip to content

Commit 52b9d67

Browse files
committed
melting-pot: save build command to shell script
This makes it easier to repeat it as needed.
1 parent 7a6cb68 commit 52b9d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

melting-pot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ meltDown() {
591591
generatePOM
592592

593593
# Build everything.
594+
echo "mvn $args test" > build.sh
594595
if [ "$skipBuild" ]
595596
then
596597
info "Skipping the build; the command would have been:"

0 commit comments

Comments
 (0)