linuxcnc/tests/io-startup
Petter Reinholdtsen 6e4c60dd13 Use exec instead of exit $? in tests
Before this change, the shell process will linger around to extract the
exit value, only to return it to the parent process, and after
this change the task is left to the kernel and one less
process is used during testing.  This is a very small optimisation
of the tests to gut down the number of lines and reduce the resources
spend during testing.
2022-08-14 09:42:21 +02:00
..
nonrandom Multispindle: Modify runtests to work with multispindle 2018-09-29 13:51:23 +01:00
random Multispindle: Modify runtests to work with multispindle 2018-09-29 13:51:23 +01:00
.gitignore tests: add a test of io startup tool-in-spindle 2015-06-03 17:34:20 -06:00
checkresult tests: add a test of io startup tool-in-spindle 2015-06-03 17:34:20 -06:00
postgui.hal tests: add a test of io startup tool-in-spindle 2015-06-03 17:34:20 -06:00
shared-test.sh Use exec instead of exit $? in tests 2022-08-14 09:42:21 +02:00
test-ui.py use python3 in all #!python lines 2021-09-02 18:32:58 -05:00