Files

12 lines
553 B
Makefile
Raw Permalink Normal View History

2022-11-28 07:45:01 +01:00
--- Makefile.in.orig 2022-11-26 11:17:35 UTC
2021-04-27 10:03:07 -07:00
+++ Makefile.in
2022-11-28 07:45:01 +01:00
@@ -1299,7 +1299,7 @@ tcltest: ./testfixture$(TEXE)
2021-04-27 10:03:07 -07:00
# The veryquick.test TCL tests.
#
tcltest: ./testfixture$(TEXE)
- ./testfixture$(TEXE) $(TOP)/test/veryquick.test $(TESTOPTS)
+ mkdir $(TOP)/testdir && touch $(TOP)/test-out.txt && chown nobody $(TOP)/testdir $(TOP)/test-out.txt && su -m nobody -c "./testfixture$(TEXE) $(TOP)/test/veryquick.test $(TESTOPTS)"
2021-04-27 10:03:07 -07:00
2022-11-28 07:45:01 +01:00
# Runs all the same tests cases as the "tcltest" target but uses
# the testrunner.tcl script to run them in multiple cores