We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45449c4 commit 904ab04Copy full SHA for 904ab04
3 files changed
.gitignore
@@ -3,4 +3,5 @@
3
/pkg/*.tar.bz2
4
/pkg/*.zip
5
/test/opt/rubies
6
+/test/setup.done
7
/test/home/.zcompdump
Makefile
@@ -43,10 +43,10 @@ all: $(PKG) $(SIG)
43
check:
44
shellcheck share/$(NAME)/*.sh
45
46
-test/opt/rubies:
+test/setup.done:
47
./test/setup
48
49
-test: test/opt/rubies
+test: test/setup.done
50
SHELL=`command -v bash` ./test/runner
51
SHELL=`command -v zsh` ./test/runner
52
test/setup
@@ -169,3 +169,5 @@ tar -xjf "$test_ruby_archive" || fail "Unpacking failed"
169
170
log "Cleaning up ..."
171
rm -f "$test_ruby_archive"
172
+
173
+touch "$PREFIX/setup.done"
0 commit comments