github.com/hernad/nomad@v1.6.112/e2e/alloc_logs/doc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package alloc_logs provides end-to-end tests for Nomads allocation logging 5 // functionality. 6 // 7 // In order to run this test suite only, from the e2e directory you can trigger 8 // go test -v -run '^TestAllocLogs' ./alloc_logs 9 package alloc_logs