File tree Expand file tree Collapse file tree 4 files changed +0
-68
lines changed Expand file tree Collapse file tree 4 files changed +0
-68
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source ../arduino-ci-script.sh
4
4
5
- # Must be >= 1.8.0
6
- TESTS_BATS_IDE_VERSION=" 1.8.6"
7
- TESTS_BATS_APPLICATION_FOLDER=" $APPLICATION_FOLDER "
8
-
9
- # Make sure the test's environment variables were configured
10
-
11
- @test " \"\$ TESTS_BATS_IDE_VERSION\" != \"\" " {
12
- [ " $TESTS_BATS_IDE_VERSION " != " " ]
13
- # The Xvfb command breaks the unit tests on Travis CI. That command is run with Arduino IDE 1.6.13 or older.
14
- virtualFramebufferRequiredIDEversionsRegex=" ^1.[56]"
15
- [[ ! " $TESTS_BATS_IDE_VERSION " =~ $virtualFramebufferRequiredIDEversionsRegex ]]
16
- }
17
-
18
- @test " \"\$ TESTS_BATS_APPLICATION_FOLDER\" != \"\" " {
19
- [ " $TESTS_BATS_APPLICATION_FOLDER " != " " ]
20
- }
21
-
22
5
@test " check_library_manager_compliance \" ./check_library_manager_compliance/ValidLibrary\" " {
23
6
expectedExitStatus=$ARDUINO_CI_SCRIPT_SUCCESS_EXIT_STATUS
24
7
run check_library_manager_compliance " ./check_library_manager_compliance/ValidLibrary"
Original file line number Diff line number Diff line change 2
2
3
3
source ../arduino-ci-script.sh
4
4
5
- # Must be >= 1.8.0
6
- TESTS_BATS_IDE_VERSION=" 1.8.6"
7
- TESTS_BATS_APPLICATION_FOLDER=" $APPLICATION_FOLDER "
8
-
9
- # Make sure the test's environment variables were configured
10
-
11
- @test " \"\$ TESTS_BATS_IDE_VERSION\" != \"\" " {
12
- [ " $TESTS_BATS_IDE_VERSION " != " " ]
13
- # The Xvfb command breaks the unit tests on Travis CI. That command is run with Arduino IDE 1.6.13 or older.
14
- virtualFramebufferRequiredIDEversionsRegex=" ^1.[56]"
15
- [[ ! " $TESTS_BATS_IDE_VERSION " =~ $virtualFramebufferRequiredIDEversionsRegex ]]
16
- }
17
-
18
- @test " \"\$ TESTS_BATS_APPLICATION_FOLDER\" != \"\" " {
19
- [ " $TESTS_BATS_APPLICATION_FOLDER " != " " ]
20
- }
21
-
22
5
@test " check_library_properties \" ./check_library_properties/ValidLibraryPropertiesUnix\" " {
23
6
expectedExitStatus=$ARDUINO_CI_SCRIPT_SUCCESS_EXIT_STATUS
24
7
run check_library_properties " ./check_library_properties/ValidLibraryPropertiesUnix"
Original file line number Diff line number Diff line change 2
2
3
3
source ../arduino-ci-script.sh
4
4
5
- # Must be >= 1.8.0
6
- TESTS_BATS_IDE_VERSION=" 1.8.6"
7
- TESTS_BATS_APPLICATION_FOLDER=" $APPLICATION_FOLDER "
8
-
9
- # Make sure the test's environment variables were configured
10
-
11
- @test " \"\$ TESTS_BATS_IDE_VERSION\" != \"\" " {
12
- [ " $TESTS_BATS_IDE_VERSION " != " " ]
13
- # The Xvfb command breaks the unit tests on Travis CI. That command is run with Arduino IDE 1.6.13 or older.
14
- virtualFramebufferRequiredIDEversionsRegex=" ^1.[56]"
15
- [[ ! " $TESTS_BATS_IDE_VERSION " =~ $virtualFramebufferRequiredIDEversionsRegex ]]
16
- }
17
-
18
- @test " \"\$ TESTS_BATS_APPLICATION_FOLDER\" != \"\" " {
19
- [ " $TESTS_BATS_APPLICATION_FOLDER " != " " ]
20
- }
21
-
22
5
@test " check_library_structure \" ./check_library_structure/ValidLibraryOnePointZero\" " {
23
6
expectedExitStatus=$ARDUINO_CI_SCRIPT_SUCCESS_EXIT_STATUS
24
7
run check_library_structure " ./check_library_structure/ValidLibraryOnePointZero"
Original file line number Diff line number Diff line change 2
2
3
3
source ../arduino-ci-script.sh
4
4
5
- # Must be >= 1.8.0
6
- TESTS_BATS_IDE_VERSION=" 1.8.6"
7
- TESTS_BATS_APPLICATION_FOLDER=" $APPLICATION_FOLDER "
8
-
9
- # Make sure the test's environment variables were configured
10
-
11
- @test " \"\$ TESTS_BATS_IDE_VERSION\" != \"\" " {
12
- [ " $TESTS_BATS_IDE_VERSION " != " " ]
13
- # The Xvfb command breaks the unit tests on Travis CI. That command is run with Arduino IDE 1.6.13 or older.
14
- virtualFramebufferRequiredIDEversionsRegex=" ^1.[56]"
15
- [[ ! " $TESTS_BATS_IDE_VERSION " =~ $virtualFramebufferRequiredIDEversionsRegex ]]
16
- }
17
-
18
- @test " \"\$ TESTS_BATS_APPLICATION_FOLDER\" != \"\" " {
19
- [ " $TESTS_BATS_APPLICATION_FOLDER " != " " ]
20
- }
21
-
22
5
@test " check_sketch_structure \" ./check_library_structure/DoesntExist\" " {
23
6
expectedExitStatus=$ARDUINO_CI_SCRIPT_CHECK_SKETCH_STRUCTURE_FOLDER_DOESNT_EXIST_EXIT_STATUS
24
7
run check_sketch_structure " ./check_library_structure/DoesntExist"
You can’t perform that action at this time.
0 commit comments