Page MenuHomeDevCentral

Use explicit version for TCL interpreter
ClosedPublic

Authored by dereckson on Nov 14 2017, 17:47.
Tags
None
Referenced Files
F7148515: D1204.id3082.diff
Mon, Apr 21, 12:22
F7141284: D1204.id3081.diff
Mon, Apr 21, 09:33
F7137760: D1204.diff
Mon, Apr 21, 07:38
F7107495: D1204.id.diff
Sun, Apr 20, 19:55
F7094179: D1204.id3081.diff
Sun, Apr 20, 15:02
Unknown Object (File)
Sat, Apr 19, 02:46
Unknown Object (File)
Thu, Apr 10, 09:47
Unknown Object (File)
Sun, Apr 6, 00:56
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
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 1901
Build 2149: arc lint + arc unit

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.