This fix the following issue:
$ make cd tests && tclsh all.tcl /bin/sh: tclsh: not found *** Error code 127 Stop. make: stopped in /usr/home/dereckson/dev/nasqueron/viperserv/viperserv
Differential D1204
Use explicit version for TCL interpreter dereckson on Nov 14 2017, 17:47. Authored by Tags None Referenced Files
Subscribers None
Details
This fix the following issue: $ make cd tests && tclsh all.tcl /bin/sh: tclsh: not found *** Error code 127 Stop. make: stopped in /usr/home/dereckson/dev/nasqueron/viperserv/viperserv make test
Diff Detail
Event TimelineComment Actions $ make test cd tests && tclsh8.6 all.tcl Tests running in interp: /usr/local/bin/tclsh8.6 Tests located in: /usr/home/dereckson/dev/nasqueron/viperserv/viperserv/tests Tests running in: /usr/home/dereckson/dev/nasqueron/viperserv/viperserv/tests Temporary files stored in /usr/home/dereckson/dev/nasqueron/viperserv/viperserv/tests Test files run in separate interpreters Running tests that match: * Skipping test files that match: l.*.test Only running test files that match: *.test Tests began at Tue Nov 14 17:47:06 UTC 2017 Communication.test Tech.test Tests ended at Tue Nov 14 17:47:07 UTC 2017 all.tcl: Total 7 Passed 7 Skipped 0 Failed 0 Sourced 2 Test Files. |