]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
travis: Run the tests
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 6 Mar 2020 08:19:07 +0000 (09:19 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 6 Mar 2020 13:02:43 +0000 (14:02 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
.travis.yml

index 0b997427b595ca841b00c895cda69133dc387e88..06705d2f2506df0c849d374bfbdc0b180aadcb4c 100644 (file)
@@ -31,9 +31,12 @@ before_install:
  - sudo apt-get update -qq
  - sudo apt-get -y install -qq automake coreutils libfuse-dev libtool
 
-# need to modprobe fuse to run the tests...
-#script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh
-script: ./bootstrap.sh && ./configure && make -j4 && make tests
+script:
+ - ./bootstrap.sh
+ - ./configure
+ - make -j4
+ - (cd tests && make tests)
+ - sudo -E tests/main.sh
 
 notifications:
   email: