From a1958eefed7e6952eaeeeaa9acba1612c426325f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 3 Jan 2024 17:01:17 -0800 Subject: [PATCH] Fix plugin_loader integration test error handling --- test/integration/targets/plugin_loader/runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/plugin_loader/runme.sh b/test/integration/targets/plugin_loader/runme.sh index 092108ff8aa..1cf78a4adab 100755 --- a/test/integration/targets/plugin_loader/runme.sh +++ b/test/integration/targets/plugin_loader/runme.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -ux +set -eux cleanup() { unlink normal/library/_symlink.py