File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ usage() {
1717 echo " You must specify a test case (arg)!"
1818 echo " Any additional arguments will be passed to the test command."
1919 echo
20+ echo " Make sure you run this script in dev mode."
21+ echo " You can enter dev mode using the following command:"
22+ echo " ./docker/setEnv.sh dev"
23+ echo
24+ echo " Lastly, make sure the application is running by using the following docker commands:"
25+ echo " docker compose build"
26+ echo " docker compose up"
27+ echo
2028 echo " Example commands:"
2129 echo " ./run-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser"
2230 echo " ./run-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser -v3 --failfast"
You can’t perform that action at this time.
0 commit comments