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

This commit is contained in:
Gulshan Singh 2022-08-22 05:37:46 -07:00 committed by GitHub
parent e7b4515e46
commit 8cb3d807c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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