Merge branch 'js/use-test-tool-on-path'
Test fix. * js/use-test-tool-on-path: t3008: find test-tool through path lookup
This commit is contained in:
commit
a82027e9e6
@ -4,7 +4,7 @@ test_description='Test the lazy init name hash with various folder structures'
|
||||
|
||||
. ./test-lib.sh
|
||||
|
||||
if test 1 -eq $($GIT_BUILD_DIR/t/helper/test-tool online-cpus)
|
||||
if test 1 -eq $(test-tool online-cpus)
|
||||
then
|
||||
skip_all='skipping lazy-init tests, single cpu'
|
||||
test_done
|
||||
|
Loading…
Reference in New Issue
Block a user