Skip to content

Commit

Permalink
[test]: Add -e to bash to exit immediately when script fails (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <[email protected]>
  • Loading branch information
stcheng authored Jul 15, 2019
1 parent 699cc1c commit 7dc4f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/sonic-swss-common-build/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash -ex

# Install Redis
sudo dpkg -i buildimage/target/debs/stretch/redis-tools_*.deb
Expand Down

0 comments on commit 7dc4f47

Please sign in to comment.