From 96f1cfb79a766e190ff968345ab39ca1dade2df0 Mon Sep 17 00:00:00 2001 From: El Date: Thu, 17 Apr 2025 21:06:09 +0500 Subject: [PATCH] KASM-6984 script debugging --- spec/vncserver_adv_benchmarking_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/vncserver_adv_benchmarking_spec.py b/spec/vncserver_adv_benchmarking_spec.py index a67ae55..9f2bb6b 100644 --- a/spec/vncserver_adv_benchmarking_spec.py +++ b/spec/vncserver_adv_benchmarking_spec.py @@ -8,7 +8,7 @@ with description("Benchmarking"): with after.each: kill_xvnc() with it("runs benchmarks"): - run_cmd("wget --no-check-certificate https://kasmweb-build-artifacts.s3.us-east-1.amazonaws.com/kasmvnc/static/127072-737747495_small.mp4 -o /tmp/video.mp4") + run_cmd("wget --no-check-certificate https://kasmweb-build-artifacts.s3.us-east-1.amazonaws.com/kasmvnc/static/127072-737747495_small.mp4 -O /tmp/video.mp4") completed_process = run_cmd("Xvnc -interface 0.0.0.0 :1 -Benchmark /tmp/video.mp4") clean_locks() expect(completed_process.returncode).to(equal(0))