We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b119d commit 810c98cCopy full SHA for 810c98c
test/fpm_test/test_lock.f90
@@ -174,7 +174,7 @@ subroutine acquire_blocks(error)
174
call setup()
175
176
! Some other process acquires a lock to work on the package briefly.
177
- call run('touch .fpm-package-lock && sleep 1 && rm .fpm-package-lock')
+ call run('touch .fpm-package-lock && sleep 1 && rm .fpm-package-lock &')
178
179
! Our blocking acquire should wait for a bit and then go through
180
call fpm_lock_acquire(error)
0 commit comments