Skip to content

Commit e46d6d8

Browse files
author
ndenoyelle
committed
Attempt to debug CI
1 parent e27f145 commit e46d6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/hwloc/test-hwloc-thread-bind.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ int main(void)
292292
#endif // _OPENMP
293293
#if HWLOC_HAVE_PTHREAD
294294
test_parallel(check_strategy_pthread);
295-
//test_attach_parallel(check_strategy_pthread);
295+
test_attach_parallel(check_strategy_pthread);
296296
#endif // HWLOC_HAVE_PTHREAD
297297
#endif // HWLOC_HAVE_PTRACE
298298
#endif // HWLOC_HAVE_SYS_GETTID

0 commit comments

Comments
 (0)