Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit e804dd6

Browse files
committed
Abort build on test failures
1 parent 1f3f61b commit e804dd6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

autobuild.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
set -v
4+
set -e
5+
36
rm -rf build dist python-virtinst.spec
47

58
python setup.py build

0 commit comments

Comments
 (0)