Commit 630f30fb authored by Vitaly Lipatov's avatar Vitaly Lipatov

test_all.sh: fix removing missed package

parent 0053b33d
......@@ -28,7 +28,7 @@ epm --auto upgrade $EPMPKGFILE
epm --auto downgrade $EPMPKGFILE
for i in $TESTPKG1 $TESTPKG2 ; do
epm --auto remove $i
#epm --auto remove $i
epm --auto install $i
epm --auto remove $i
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment