Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 15, 2025
1 parent 7419330 commit 34e1e8d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tests/run-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import subprocess
import sys
from subprocess import PIPE
import time


def exec(cmd):
Expand Down Expand Up @@ -65,6 +64,14 @@ def exec(cmd):
exec(["flatpak", "install", "-y", "flat-manager", "org.flatpak.FlatManagerCI"])

os.environ["REPO_TOKEN"] = exec(
["cargo", "run", "--bin=gentoken", "--", "--secret=secret", "--repo=stable", "--scope=tokenmanagement"]
[
"cargo",
"run",
"--bin=gentoken",
"--",
"--secret=secret",
"--repo=stable",
"--scope=tokenmanagement",
]
)
exec(["./flat-manager-client", "prune", "http://127.0.0.1:8080", "stable"])

0 comments on commit 34e1e8d

Please sign in to comment.