mirror of
https://github.com/powerline/powerline.git
synced 2025-07-28 08:14:41 +02:00
Move “library” tests/*.sh to tests/shlib
This commit is contained in:
parent
f3bf749467
commit
0fc96abce2
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite awesome
|
enter_suite awesome
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite bar
|
enter_suite bar
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite daemon
|
enter_suite daemon
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite lint
|
enter_suite lint
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite python
|
enter_suite python
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
. tests/vim.sh
|
. tests/shlib/vim.sh
|
||||||
|
|
||||||
enter_suite vim
|
enter_suite vim
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite vterm
|
enter_suite vterm
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
. tests/bot-ci/scripts/common/main.sh
|
. tests/bot-ci/scripts/common/main.sh
|
||||||
set +x
|
set +x
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite root
|
enter_suite root
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
. tests/vterm.sh
|
. tests/shlib/vterm.sh
|
||||||
|
|
||||||
enter_suite tmux
|
enter_suite tmux
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
. tests/vterm.sh
|
. tests/shlib/vterm.sh
|
||||||
. tests/vim.sh
|
. tests/shlib/vim.sh
|
||||||
|
|
||||||
enter_suite vim
|
enter_suite vim
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. tests/common.sh
|
. tests/shlib/common.sh
|
||||||
|
|
||||||
enter_suite shells
|
enter_suite shells
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user