16306: Print PASS line when testinstall succeeds.
authorTom Clegg <tom@curii.com>
Tue, 2 Feb 2021 16:12:52 +0000 (11:12 -0500)
committerTom Clegg <tom@curii.com>
Tue, 2 Feb 2021 16:12:52 +0000 (11:12 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

cmd/arvados-package/install.go

index 984779950479afa87d216d636f4368139c48874b..91e6d8806af20146d76aade26a7fc244f7b5c1f2 100644 (file)
@@ -92,6 +92,7 @@ apt-get -y autoremove
 /etc/init.d/postgresql start
 arvados-server init -cluster-id x1234
 exec arvados-server boot -listen-host 0.0.0.0 -shutdown
+echo "PASS - server installed and booted successfully"
 `)
        cmd.Stdout = stdout
        cmd.Stderr = stderr