summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 22:07:55 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 22:07:55 -0400
commit22a018e40ac2a3cb5c592e3311f024a33e17ccf1 (patch)
tree36e6f84f0afa1292f7e3ac0fcf4a631a4af0748f
parent255f1d01582fdcb872d5026cea3b2881e4364304 (diff)
runtests: Default to the last stable version, rather than master
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index eb0ed8a..78c39b2 100755
--- a/runtests
+++ b/runtests
@@ -2,7 +2,7 @@
# 2018 Luke Shumaker
# Runtime/user options #########################################################
-GITREV ?= systemd/master
+GITREV ?= systemd/v239.0-2.parabola7
WORKDIR ?= workdir
################################################################################