mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #131] [MERGED] Don't run JUnit tests for non-existing native executables #420
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/131
Author: @odenix
Created: 2/12/2024
Status: ✅ Merged
Merged: 2/13/2024
Merged by: @holzensp
Base:
main← Head:native-tests📝 Commits (2)
43144fbDon't run JUnit tests for non-existing native executables6ae743dUpdate pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt📊 Changes
1 file changed (+17 additions, -0 deletions)
View changed files
📝
pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt(+17 -0)📄 Description
This allows to "Run all Tests" in IntelliJ without getting lots of test errors because "pkl-alpine-linux-amd64" etc. doesn't exist.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.