7 lines
247 B
Go
7 lines
247 B
Go
|
// Package alloc_logs provides end-to-end tests for Nomads allocation logging
|
||
|
// functionality.
|
||
|
//
|
||
|
// In order to run this test suite only, from the e2e directory you can trigger
|
||
|
// go test -v -run '^TestAllocLogs' ./alloc_logs
|
||
|
package alloc_logs
|