Killing process if tests fail in itest target
This commit is contained in:
parent
d65bbc897d
commit
7e88bd69c1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ itest:
|
|||
make build
|
||||
./bin/$(PROC_NAME) >/dev/null 2>&1 &
|
||||
sleep 1 # Adjust if needed
|
||||
python ../testing/testing.py
|
||||
python ../testing/testing.py || pkill $(PROC_NAME)
|
||||
pkill $(PROC_NAME)
|
||||
|
||||
# Get dependencies target
|
||||
|
|
Loading…
Reference in a new issue