92,93c92,96
< # Run 'hello' and use the compiled ISA to find the binary
< binary = 'tests/test-progs/hello/bin/' + isa + '/linux/hello'
---
> # Default to running 'hello', use the compiled ISA to find the binary
> # grab the specific path to the binary
> thispath = os.path.dirname(os.path.realpath(__file__))
> binary = os.path.join(thispath, '../../../',
> 'tests/test-progs/hello/bin/', isa, 'linux/hello')