forked from jjzhang/booth
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Remove the unit-tests directory.
This code doesn't work and hasn't been touched in several years. There are other ways to test booth that do work, and the fact that no one has fixed these tests means that no one thinks they are important enough to get working. So, remove them. Signed-off-by: Chris Lumens <[email protected]>
- Loading branch information
Showing
17 changed files
with
1 addition
and
1,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,7 +161,6 @@ AC_CONFIG_FILES([Makefile | |
docs/Makefile | ||
conf/Makefile]) | ||
AC_CONFIG_FILES([conf/booth-arbitrator.service conf/[email protected]]) | ||
AC_CONFIG_FILES([script/unit-test.py]) | ||
AC_CONFIG_FILES([script/service-runnable], [chmod +x script/service-runnable]) | ||
|
||
# =============================================== | ||
|
Oops, something went wrong.