This commit is contained in:
Shahram Najm 2021-08-23 16:38:30 +01:00
parent 28ab943001
commit 8258c79d92
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# bashrc to be used for running tests on windows.
# bashrc to be used for running tests on Microsoft Windows.
# In order for the functions to be usable by the tests, we need to use the -i option.
# Typical usage:
# bash --rcfile windows_testing.bashrc -ci "some/test/script.sh"