Raoul Hidalgo Charman pushed to branch raoul/spelling-fix at BuildGrid / buildgrid
Commits:
-
43019dff
by Raoul Hidalgo Charman at 2018-10-30T14:44:21Z
1 changed file:
Changes:
... | ... | @@ -92,7 +92,7 @@ Upload the directory containing the C file: |
92 | 92 |
|
93 | 93 |
bgd cas upload-dir /path/to/test-buildgrid
|
94 | 94 |
|
95 |
-Now we send an execution request to the bot with the name of the epxected
|
|
95 |
+Now we send an execution request to the bot with the name of the expected
|
|
96 | 96 |
``output-file``, a boolean describing if it is executeable, the path to the
|
97 | 97 |
directory we uploaded in order to calculate the digest and finally the command
|
98 | 98 |
to run on the bot:
|
... | ... | @@ -102,4 +102,5 @@ to run on the bot: |
102 | 102 |
bgd execute command --output-file hello True /path/to/test-buildgrid -- gcc -Wall hello.c -o hello
|
103 | 103 |
|
104 | 104 |
The resulting executeable should have returned to a new directory called
|
105 |
-``testing``.
|
|
\ No newline at end of file | ||
105 |
+``testing``.
|
|
106 |
+ |