Skip to content

Commit

Permalink
run-test: Drop unused code
Browse files Browse the repository at this point in the history
Usage dropped in ac62ecb
  • Loading branch information
bbhtt committed Oct 29, 2024
1 parent 6c0e986 commit cf78610
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/run-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
import os
import subprocess
import sys
import time
from subprocess import PIPE


def sleep(seconds):
print(f"Waiting {seconds} seconds")
time.sleep(seconds)


def exec(cmd):
print("Executing", cmd)

Expand Down

0 comments on commit cf78610

Please sign in to comment.