ソースを参照

Revert 'python2' change, it does not always setup correctly on many systems

Matthew Wang 13 年 前
コミット
3a164f299f
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      Makefile

+ 3
- 3
Makefile ファイルの表示

13
 test: $(TESTS)
13
 test: $(TESTS)
14
 
14
 
15
 $(TESTS):
15
 $(TESTS):
16
-	python2 ./cdiff.py tests/$@.diff
17
-	python2 ./cdiff.py tests/$@.diff -s
18
-	python2 ./cdiff.py tests/$@.diff | diff -u tests/$@.diff -
16
+	./cdiff.py tests/$@.diff
17
+	./cdiff.py tests/$@.diff -s
18
+	./cdiff.py tests/$@.diff | diff -u tests/$@.diff -
19
 	python3 ./cdiff.py tests/$@.diff
19
 	python3 ./cdiff.py tests/$@.diff
20
 	python3 ./cdiff.py tests/$@.diff -s
20
 	python3 ./cdiff.py tests/$@.diff -s
21
 	python3 ./cdiff.py tests/$@.diff | diff -u tests/$@.diff -
21
 	python3 ./cdiff.py tests/$@.diff | diff -u tests/$@.diff -