• R/O
  • SSH
  • HTTPS

yash: Commit


Commit MetaInfo

Revision3976 (tree)
Time2019-01-30 23:46:00
Authormagicant

Log Message

Use %REQUIRETTY% instead of %SEQUENTIAL% (#38894)

We are going to run job-control-related tests in parallel. The keyword
"%REQUIRETTY%" will be inappropriate then.

Change Summary

Incremental Difference

--- yash/trunk/tests/Makefile.in (revision 3975)
+++ yash/trunk/tests/Makefile.in (revision 3976)
@@ -62,7 +62,7 @@
6262 $(TEST_RESULTS): $(TESTERS) $(YASH)
6363 .tst.trs:
6464 @set $(RUN_TEST) $(TESTEE) $<; \
65- if grep -q %SEQUENTIAL% $<; then \
65+ if grep -q %REQUIRETTY% $<; then \
6666 set $(SHELL) ./enqueue.sh "$$@"; \
6767 fi; \
6868 echo "$$*"; \
Show on old repository browser