From 772e772c2b7ba7378ddade8ed985bd80a828499f Mon Sep 17 00:00:00 2001 From: Zach Fuller Date: Sat, 20 Apr 2024 16:49:13 -0700 Subject: [PATCH] removed intermediate cd commands --- tests/run_tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 54cfda8..be3a183 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -1,7 +1,4 @@ #!/bin/bash cd tests/bin && uvicorn test_server.server:app --port 44777 & > /dev/null -pwd && ls -cd ../ -pwd && ls pytest tests/