summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:05:04 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:05:04 +0100
commit3c65bc683192f29d930740edf32ebbaa27a1f365 (patch)
treeb6d977fa007183bdba11b84af260d0c2d0b567e8 /tools
parentdb81c07e1f1b85f3fd2ce5a14ef9d15a838e2cea (diff)
downloadweechat-3c65bc683192f29d930740edf32ebbaa27a1f365.zip
core: rename script build-test.sh to build_test.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_test.sh (renamed from tools/build-test.sh)12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/build-test.sh b/tools/build_test.sh
index 7197f268e..b2916e2a6 100755
--- a/tools/build-test.sh
+++ b/tools/build_test.sh
@@ -24,14 +24,14 @@
# - BUILDARGS: arguments for cmake or configure commands
#
# Syntax to run the script with environment variables:
-# BUILDTOOL=cmake ./build-test.sh
-# BUILDTOOL=autotools ./build-test.sh
-# BUILDTOOL=cmake BUILDARGS="arguments" ./build-test.sh
-# BUILDTOOL=autotools BUILDARGS="arguments" ./build-test.sh
+# BUILDTOOL=cmake ./build_test.sh
+# BUILDTOOL=autotools ./build_test.sh
+# BUILDTOOL=cmake BUILDARGS="arguments" ./build_test.sh
+# BUILDTOOL=autotools BUILDARGS="arguments" ./build_test.sh
#
# Syntax to run the script with arguments on command line:
-# ./build-test.sh cmake [arguments]
-# ./build-test.sh autotools [arguments]
+# ./build_test.sh cmake [arguments]
+# ./build_test.sh autotools [arguments]
#
# This script is used to build WeeChat in CI environment.
#