mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-13 03:59:06 +08:00
travis-ci: prohibit uninitialized variables in managers/
The scripts in this directory rely on certain environment variables, so fail if they are not set in order to improve the debugging experience. The vmtest/ scripts already do it. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
0c248143d4
commit
915f3abe94
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
set -eux
|
||||
|
||||
RELEASE="bionic"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user