Changed make names to match new Linux makefile. Removed --buildroot option from regression call.

This commit is contained in:
slmnemo 2024-09-09 12:43:58 -07:00
parent abb80bb700
commit 055bcc5f97

View File

@ -751,8 +751,7 @@ def main():
# Compile Linux for local testing # Compile Linux for local testing
test_runner.set_env_var("RISCV",str(test_runner.cvw)) test_runner.set_env_var("RISCV",str(test_runner.cvw))
linux_path = test_runner.cvw / "linux" linux_path = test_runner.cvw / "linux"
test_runner.execute_makefile(target = "all_nosudo", makefile_path=linux_path) test_runner.execute_makefile(target = "all", makefile_path=linux_path)
test_runner.execute_makefile(target = "dumptvs_nosudo", makefile_path=linux_path)
############################################# #############################################
# RUN TESTS # # RUN TESTS #