From 7406975d31ec138608a5530bf2e1d8e7b82e29f7 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 15 Dec 2024 21:38:50 +0200 Subject: [PATCH] Update Testing.md --- docs/readme/Testing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/readme/Testing.md b/docs/readme/Testing.md index cbc4cab5..5674fa35 100644 --- a/docs/readme/Testing.md +++ b/docs/readme/Testing.md @@ -38,7 +38,7 @@ The instance config is 2 CPUs and 4 GB RAM. You have 120 CPU hours per month fre ``` 9. Create a `tmp` folder, which we will use to copy files from our machine, by pasting this in the terminal: ```bash - mkdir tmp && mkdir mnt && mkdir data + mkdir tmp && mkdir final && mkdir data ``` ### Each resume and after the first setup @@ -67,14 +67,14 @@ Do step 11 from above. ```bash git pull git checkout --theirs . - cargo run --release -- mount -m mnt -d data + cargo run --release -- mount -m final -d data ``` 6. Input a password and confirm it the first time You can now perform two types of tests; see below. In both cases, follow these steps. 7. Copy files and folders from your local machine to `tmp` folder in VSCode -8. Copy files and folders from `tmp` to `mnt` and then do your operations the data in `nnt` folder +8. Copy files and folders from `tmp` to `final` and then do your operations the data in `nnt` folder 9. Make sure files were copied successfully by right-clicking a file and then `Download...` and save it to local machine and making sure it opens correctly #### Exploratory testing