Skip to content

Commit

Permalink
Fix running tests after cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Mar 7, 2024
1 parent 4d33a8e commit 80607a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ function run_make() {

_prebuild "${pkgname}" "${pkgdir}"

if [ ! -f "${pkgdir}/.stamp_custom_run" ]; then
if [ ! -f "${pkgdir}/.stamp_custom_run" ] && [ ! -f "${pkgdir}/.stamp_cleanup" ]; then
pushd "${pkgdir}"
make ${MAKE_ARGS} ${makerule}
touch .stamp_custom_run
Expand Down

0 comments on commit 80607a7

Please sign in to comment.