Skip to content

Commit e5c6581

Browse files
committed
Revert "Debug"
This reverts commit 7dc388b.
1 parent 7dc388b commit e5c6581

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/dependencies.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -376,32 +376,21 @@ end
376376
PackageSpec(; name="CMake_jll", version = v"3.24.3")
377377
]
378378
platform = Platform("x86_64", "linux"; libc="musl", cxxstring_abi="cxx11")
379-
@show VERSION
380-
@show VERSION>=v"1.9"
381379
try
382-
@info "" @__LINE__
383380
test_setup_dependencies(prefix, dependencies, platform)
384-
@info "" @__LINE__
385381
catch
386-
@info "" @__LINE__
387382
if VERSION>=v"1.9"
388-
@info "" @__LINE__
389383
# This test is expected to be broken on Julia v1.9+
390384
@test false broken=true
391-
@info "" @__LINE__
392385
else
393-
@info "" @__LINE__
394386
# For previous versions we don't expect errors and we
395387
# want to see them.
396388
rethrow()
397-
@info "" @__LINE__
398389
end
399390
end
400-
@info "" @__LINE__
401391
# The directory contains also executables from CMake dependencies.
402392
# Test will fail if `setup_dependencies` above failed.
403393
@test readdir(joinpath(destdir(dir, platform), "bin")) == ["c_rehash", "cmake", "cpack", "ctest", "openssl"] broken=VERSION>=v"1.9"
404-
@info "" @__LINE__
405394
end
406395
end
407396

0 commit comments

Comments
 (0)