]> granicus.if.org Git - esp-idf/commitdiff
Rename build_system_tests to less-ambiguous test_build_system
authorAngus Gratton <angus@espressif.com>
Thu, 25 Aug 2016 03:55:47 +0000 (11:55 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 25 Aug 2016 03:55:47 +0000 (11:55 +0800)
Before it was unclear if we were building the system tests or testing
the build system.

.gitlab-ci.yml
make/test_build_system.sh [moved from make/build_system_tests.sh with 99% similarity]

index 0b5b3ac651bbc3f90200ebb5c086446f876ca453..38aa660d4dae4ca56643144a021d02c1a6847df8 100644 (file)
@@ -31,7 +31,7 @@ test_build_system:
   variables:
     IDF_PATH: "$CI_PROJECT_DIR"
   script:
-    - ./make/build_system_tests.sh
+    - ./make/test_build_system.sh
 
 push_master_to_github:
   stage: deploy
similarity index 99%
rename from make/build_system_tests.sh
rename to make/test_build_system.sh
index b361e0b8ee03f59eeb716776786ef9a72e3b0aa0..5de216dea32eb5d4a5959c4d898bd864bbd04ad8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Build system tests
+# Test the build system for basic consistency
 #
 # Just a bash script that tests some likely make failure scenarios in a row
 # Creates its own test build directory under TMP and cleans it up when done.