Skip to content

Commit 1df2832

Browse files
authored
Added more details to the run-unittest.sh help text (#13557)
1 parent bda17de commit 1df2832

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

run-unittest.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)