diff options
Diffstat (limited to 'smoke_test.sh')
-rwxr-xr-x | smoke_test.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/smoke_test.sh b/smoke_test.sh index c8df2881..bb1a5984 100755 --- a/smoke_test.sh +++ b/smoke_test.sh | |||
@@ -15,11 +15,6 @@ tar zxvpf "$(basename "$tarball")" | |||
15 | cd "$(basename "$tarball" .tar.gz)" | 15 | cd "$(basename "$tarball" .tar.gz)" |
16 | ./configure --prefix=foobar | 16 | ./configure --prefix=foobar |
17 | make | 17 | make |
18 | ./luarocks --verbose | ||
19 | ./luarocks --verbose install inspect | ||
20 | ./luarocks --verbose show inspect | ||
21 | ./lua -e 'print(assert(require("inspect")(_G)))' | ||
22 | ./luarocks --verbose remove inspect | ||
23 | make install | 18 | make install |
24 | cd foobar | 19 | cd foobar |
25 | bin/luarocks --verbose | 20 | bin/luarocks --verbose |