aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2020-11-08 07:58:07 -0500
committerLibravatar GitHub <noreply@github.com>2020-11-08 07:58:07 -0500
commit65fd802b924dcc4e056dcf7bfae42becbf79b1ee (patch)
tree9c4f7eaea15bad06658183037ec38ef444541623
parentUpdate linphone profile (#3734) (diff)
parentMerge branch 'master' into tests (diff)
downloadfirejail-65fd802b924dcc4e056dcf7bfae42becbf79b1ee.tar.gz
firejail-65fd802b924dcc4e056dcf7bfae42becbf79b1ee.tar.zst
firejail-65fd802b924dcc4e056dcf7bfae42becbf79b1ee.zip
Merge pull request #3719 from netblue30/tests
ci: enable test-fs tests on github-ci
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 92db9865a..c070688e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -240,7 +240,8 @@ test: test-profiles test-private-lib test-fcopy test-fnetfilter test-fs test-uti
240test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 240test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
241 echo "TEST COMPLETE" 241 echo "TEST COMPLETE"
242 242
243test-github: test-fcopy test-fnetfilter test-utils test-sysutils test-environment test-arguments 243#test-github: test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-arguments
244test-github: test-fs
244 echo "TEST COMPLETE" 245 echo "TEST COMPLETE"
245 246
246########################################## 247##########################################