commit | 5da90bc500c5eb704e60cda9c1142edcfb463af2 | [log] [tgz] |
---|---|---|
author | Matt Rosencrantz <mattr@google.com> | Thu Apr 30 15:57:00 2015 -0700 |
committer | Matt Rosencrantz <mattr@google.com> | Thu Apr 30 15:57:03 2015 -0700 |
tree | a41e86a6b524e450e81e51b8ce6e12dcd10d6488 | |
parent | 005836d46640faa11aad993227931ba2988aa649 [diff] |
hello: Fix bug in error reporting. I finally figured out what was going on. If the mounttable fails to produce the expected NAME variable before a timeout then it just returns empty string. We would then pass an empty string environment variable for namespace which would cause the next binary to try to talk to the production mounttable. This made the test output very confusing. Now I correctly report a fatal error if expected variables don't turn up. I removed all the namespace related environment variable logic, since using the commandline is safer and more transparent (it gets printed in the output when the test fails). Change-Id: I596d49b4c83fb37011ca8cc8cc86c5c6a2159ad7
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.