From 3150de3c6025088cbd6560f47f3597581e4fbc5a Mon Sep 17 00:00:00 2001 From: Zille Huma Kamal <zillehuma.kamal@uwaterloo.ca> Date: Thu, 24 Feb 2022 15:54:02 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dd7ea..da96cbc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ assignment number. You can run these commands from the shell container. These fu To fully evaluate youre kernel with the automated testing scripts you may use ``` -# /run_assignment.sh ASST# +# ./run_assignment.sh ASST# ``` This will run `build_kernel` and `test_kernel` as well as evaluate the output produced by `test_kernel` (The raw output for build and test kernel can be found in /logs). -- GitLab