Fix test runner script for parallel make builds (#1083)

pull/1084/head
Gulshan Singh 3 years ago committed by GitHub
parent e7b4515e46
commit 8cb3d807c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
#!/bin/bash
cd ./tests/binaries || exit 1
make clean all || exit 2
make clean && make all || exit 2
cd ../../
# NOTE: We run tests under GDB sessions and because of some cleanup/tests dependencies problems

Loading…
Cancel
Save