##// END OF EJS Templates
run-tests: skip unnecessary operations on the args in the child proces...
Simon Heimberg -
r17908:42f8ee0e default
parent child Browse files
Show More
@@ -1170,9 +1170,9 b' def main():'
1170
1170
1171 checktools()
1171 checktools()
1172
1172
1173 if len(args) == 0:
1173 if len(args) == 0:
1174 args = os.listdir(".")
1174 args = os.listdir(".")
1175 args.sort()
1175 args.sort()
1176
1176
1177 tests = args
1177 tests = args
1178
1178
General Comments 0
You need to be logged in to leave comments. Login now