We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7140729 commit 2dfb895Copy full SHA for 2dfb895
1 file changed
run-unittest.sh
@@ -17,6 +17,14 @@ usage() {
17
echo "You must specify a test case (arg)!"
18
echo "Any additional arguments will be passed to the test command."
19
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
28
echo "Example commands:"
29
echo "./run-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser"
30
echo "./run-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser -v3 --failfast"
0 commit comments