mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 00:09:53 -05:00
7 lines
167 B
Bash
7 lines
167 B
Bash
#!/usr/bin/bash
|
|
|
|
cd /c/projects/keepassxc/build
|
|
|
|
make test ARGS+="-E testgui --output-on-failure --verbose"
|
|
make test ARGS+="-R testgui --output-on-failure --verbose"
|