Page MenuHomeDevCentral

Use explicit version for TCL interpreter
ClosedPublic

Authored by dereckson on Nov 14 2017, 17:47.
Tags
None
Referenced Files
F11641885: D1204.id.diff
Thu, Sep 4, 18:29
F11639147: D1204.diff
Thu, Sep 4, 10:32
F11639009: D1204.diff
Thu, Sep 4, 10:15
Unknown Object (File)
Sun, Aug 31, 23:57
Unknown Object (File)
Thu, Aug 28, 15:28
Unknown Object (File)
Wed, Aug 27, 17:59
Unknown Object (File)
Sun, Aug 24, 14:02
Unknown Object (File)
Sat, Aug 23, 20:09
Subscribers
None

Details

Summary

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
Test Plan

make test

Diff Detail

Repository
rVIPER ViperServ scripts
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

$ 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.                  
This revision is now accepted and ready to land.Nov 14 2017, 17:47
This revision was automatically updated to reflect the committed changes.