aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-10-25 16:18:32 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-20 20:42:35 +0100
commit2e57711ab5487be8f51aca686fd8f39187c388e9 (patch)
treee9734926b69b66ee0b88062f0b4703356be68a69 /lib
parent4f13af54ddbbc22a366b328e1a5313984523c9c6 (diff)
Alter spectest to run in proper subdir
Diffstat (limited to 'lib')
-rw-r--r--lib/actions/test.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/test.bash b/lib/actions/test.bash
index 5b1fa0e..15b6e46 100644
--- a/lib/actions/test.bash
+++ b/lib/actions/test.bash
@@ -117,7 +117,7 @@ action_test_spectest() {
# Grab the source files
cp -R -- "$source/." "$destination"
- chgdir "$destination"
+ chgdir "$destination/rakudo-$(config_etc_kv "fetch_core.txt" "rakudo_version")"
# Run the spectest
perl Configure.pl --prefix="$RSTAR_PREFIX"