Skip to content

Commit

Permalink
remove cd for vmfb comparison test so that it would run on the repo t…
Browse files Browse the repository at this point in the history
…hat was actually checked out
  • Loading branch information
Xida Ren committed Dec 6, 2023
1 parent cb0becd commit 5aca135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/custom_models/stateless_llama/vmfb_comparison_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ def setup_and_teardown():
@pytest.fixture
def setup_environment():
# Change to the SHARK-Turbine directory
os.chdir(os.path.expanduser('~/SHARK-Turbine'))
# os.chdir(os.path.expanduser('~/SHARK-Turbine'))
# Ensure that any failure in the commands causes the test to stop
subprocess.run('set -e', shell=True, check=True)
# subprocess.run('set -e', shell=True, check=True)
pass

def run_command(command):
# Run the command and check for successful execution
Expand Down

0 comments on commit 5aca135

Please sign in to comment.