Page MenuHomeDevCentral

Use explicit version for TCL interpreter
ClosedPublic

Authored by dereckson on Nov 14 2017, 17:47.
Tags
None
Referenced Files
F3600754: D1204.diff
Sat, Sep 28, 14:22
Unknown Object (File)
Tue, Sep 17, 07:36
Unknown Object (File)
Tue, Sep 17, 02:34
Unknown Object (File)
Thu, Sep 5, 08:30
Unknown Object (File)
Wed, Sep 4, 02:43
Unknown Object (File)
Wed, Sep 4, 02:43
Unknown Object (File)
Wed, Sep 4, 01:34
Unknown Object (File)
Wed, Sep 4, 00:43
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.