scons: Fix the regression tests.
authorGabe Black <gabeblack@google.com>
Wed, 18 Oct 2017 23:48:17 +0000 (16:48 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 19 Oct 2017 00:41:14 +0000 (00:41 +0000)
commit6f6de1888c07bff418d3f80a07872677b8699a33
treeb264b2e97362bbff710856f40c6a9be9ad64d8ff
parentb8efd0e854ae568dae33fe3d24f67054ed016d19
scons: Fix the regression tests.

A recent scons cleanup introduced a small bug when setting the variant path of
the regression test SConscript. When turned into a relative path, the
directory can be interpreted differently depending on what it's considered
relative to. When left as a scons node, there is no ambiguity.

Change-Id: I162afdc4fcef81db096ec8304f81bc98fa6bf899
Reviewed-on: https://gem5-review.googlesource.com/5221
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/SConscript