Skip to content

Commit

Permalink
systemtests: add "set -u" to cleanup-script
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Dec 17, 2019
1 parent a128f8d commit 278e055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/scripts/cleanup
@@ -1,8 +1,8 @@
#!/bin/sh
set -u

. ./environment


rm -rf ${tmp}/*
rm -rf ${logdir}/*.log
rm -rf ${working}/*.bsr ${working}/log*.sd
Expand Down

0 comments on commit 278e055

Please sign in to comment.