Skip to content

Commit

Permalink
Use smoke tests in package testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrepta committed Jan 12, 2024
1 parent e75a63b commit 4536919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/test-package
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh -ex
cp -r /usr/share/kframework/pl-tutorial ~
cp -r `pwd`/k-distribution/tests/smoke ~
WD=`pwd`
cd
echo 'Starting kserver...'
spawn-kserver $WD/kserver.log
cd pl-tutorial
cd smoke
echo 'Testing tutorial in user environment...'
make -j`nproc`
make clean
Expand Down

0 comments on commit 4536919

Please sign in to comment.