summaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-05 21:56:44 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-05 21:56:44 -0400
commit5f8ed48471042539ee45bafbba57ef9ca8205d1a (patch)
treeffd6c0c488824b8543e1d2b042c72345b993ed66 /runtests
parent9b0fb43b9ab37f7beaa9ef416221d0e362530e56 (diff)
rename things
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests14
1 files changed, 7 insertions, 7 deletions
diff --git a/runtests b/runtests
index bdb3ec9..c3fe955 100755
--- a/runtests
+++ b/runtests
@@ -8,15 +8,15 @@
mkdir -p -- "$workdir"
gitget bare https://git.parabola.nu/~lukeshu/systemd.git "$workdir/systemd.git"
- ./mkosi \
+ ./osi-mk \
--package='base' \
- --module=mkosi.d/systemd-libretools.sh \
- --module=mkosi.d/systemd-runscript.sh \
- --directory="$workdir/systemd.git:/home/runscript/packages/srcdest/systemd" \
- --directory="abs/systemd-232:/home/runscript/packages/abs/systemd-232" \
- --directory="abs/systemd:/home/runscript/packages/abs/systemd" \
+ --module=osi-mk.d/systemd-libretools.sh \
+ --module=osi-mk.d/systemd-osi-run.sh \
+ --directory="$workdir/systemd.git:/home/testuser/packages/srcdest/systemd" \
+ --directory="abs/systemd-232:/home/testuser/packages/abs/systemd-232" \
+ --directory="abs/systemd:/home/testuser/packages/abs/systemd" \
"${workdir}/build.raw"
- ./runscript "${workdir}/build.raw" <<-EOF
+ ./osi-run "${workdir}/build.raw" <<-EOF
#!/usr/bin/env bash
set -ex
cd ~/packages/abs/systemd-232