Skip to content

Commit

Permalink
Clean-up ITs jobs output (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Feb 23, 2024
1 parent e6dc050 commit b50aac1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/scripts/run/Run.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//> using scala "2.13"
//> using dep "com.lihaoyi::os-lib:0.9.1"
//> using dep "com.lihaoyi::upickle:3.1.0"
//> using dep "com.lihaoyi::pprint:0.8.1"
//> using dep "io.get-coursier::coursier-jvm:2.1.4"
//> using dep "org.graalvm.nativeimage:svm:22.3.1"

Expand All @@ -22,10 +21,6 @@ object Run {
val cwd = map("cwd").head
val env = sys.env.toVector.sorted.map { case (k, v) => s"$k=$v" } ++ map("env")

pprint.err.log(args0)
pprint.err.log(cwd)
pprint.err.log(env)

val cwd0 = os.Path(cwd, os.pwd)

if (Execve.available()) {
Expand Down

0 comments on commit b50aac1

Please sign in to comment.