tests/themes/run.sh: whitespace: sw=4
This commit is contained in:
parent
e1da4b030f
commit
6e53143401
|
@ -7,8 +7,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if ! [ -f CMakeLists.txt ]; then
|
if ! [ -f CMakeLists.txt ]; then
|
||||||
echo 'This should be run from the source directory (expected CMakeLists.txt).' >&2
|
echo 'This should be run from the source directory (expected CMakeLists.txt).' >&2
|
||||||
exit 64
|
exit 64
|
||||||
fi
|
fi
|
||||||
source_dir="$PWD"
|
source_dir="$PWD"
|
||||||
|
|
||||||
|
@ -32,14 +32,14 @@ cleanup() {
|
||||||
trap "cleanup" 0 2 3 15
|
trap "cleanup" 0 2 3 15
|
||||||
|
|
||||||
for theme_file in themes/*/theme.lua; do
|
for theme_file in themes/*/theme.lua; do
|
||||||
echo "==== Testing theme: $theme_file ===="
|
echo "==== Testing theme: $theme_file ===="
|
||||||
theme_name=${theme_file%/*}
|
theme_name=${theme_file%/*}
|
||||||
theme_name=${theme_name##*/}
|
theme_name=${theme_name##*/}
|
||||||
|
|
||||||
sed "s~default/theme~$theme_name/theme~g" "awesomerc.lua" > "$config_file"
|
sed "s~default/theme~$theme_name/theme~g" "awesomerc.lua" > "$config_file"
|
||||||
|
|
||||||
AWESOME_RC_FILE="$config_file" \
|
AWESOME_RC_FILE="$config_file" \
|
||||||
AWESOME_THEMES_PATH="$build_dir/themes" \
|
AWESOME_THEMES_PATH="$build_dir/themes" \
|
||||||
AWESOME_ICON_PATH="$PWD/icons" \
|
AWESOME_ICON_PATH="$PWD/icons" \
|
||||||
"$source_dir/tests/run.sh" themes/tests.lua
|
"$source_dir/tests/run.sh" themes/tests.lua
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue