blob: 7a64c01cc1b93ba81aa1467c3a724e97530c6827 [file] [log] [blame]
// Copyright 2024 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package main
import (
"log"
"os"
)
func main() {
log.Println("cros-test has been moved to https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/cros/cmd/cft/execution/cros-test/")
os.Exit(0)
}