File: make-test-no-plugins

package info (click to toggle)
dstat 0.7.4-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,608 kB
  • sloc: python: 5,964; makefile: 70; sh: 3
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,6 @@ clean:
 test:
 	./dstat --version
 	./dstat -taf 1 5
-	./dstat -t --all-plugins 1 5
 
 dist: clean
 	$(MAKE) -C docs dist