Fix readme wording
This commit is contained in:
@@ -115,7 +115,7 @@ More tests can be added to this folder to test specific functionality, or new te
|
||||
2. Run `luarocks install busted`
|
||||
3. Run `busted --lua=luajit` from the command line. You may need to add `luajit` to your PATH
|
||||
|
||||
Or
|
||||
Docker alternative:
|
||||
|
||||
1. Run `dockerfiles/bin/do_tests.sh` from the command line
|
||||
2. View last results in `spec/test_results.log`
|
||||
@@ -127,12 +127,11 @@ Sometimes a change will be made that intends to change the stats garnered by PoB
|
||||
2. Run `busted --lua=luajit -r generate` to generate a LUA file that contains the current stats of that build
|
||||
3. Run `busted --lua=luajit` and the tests should pass
|
||||
|
||||
Or
|
||||
Docker alternative:
|
||||
|
||||
1. Add the new build XML (if applicable) to the `TestBuilds` folder
|
||||
2. Run `dockerfiles/bin/generate_builds.sh` from the command line
|
||||
3. Run `dockerfiles/bin/do_tests.sh` from the command line
|
||||
4. View last results in `spec/test_results.log`
|
||||
2. Run `dockerfiles/bin/generate_builds.sh` to generate a LUA file that contains the current stats of that build
|
||||
3. Run `dockerfiles/bin/do_tests.sh` and the tests should pass
|
||||
|
||||
## Keeping your fork up to date
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ RUN cd /home && \
|
||||
make install && \
|
||||
ln -sf luajit-2.1.0-beta3 /usr/local/bin/luajit
|
||||
|
||||
# Setupping test enviroment
|
||||
# Setup test enviroment
|
||||
RUN luarocks install busted && \
|
||||
luarocks install cluacov
|
||||
|
||||
|
||||
Reference in New Issue
Block a user