2
0
Эх сурвалжийг харах

Regression tests: reenable support for travis.

Kim Kulling 9 жил өмнө
parent
commit
69aa4655ad
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      .travis.sh

+ 2 - 2
.travis.sh

@@ -11,6 +11,6 @@ else
     && sudo make install \
     && sudo ldconfig \
     && (cd test/unit; ../../bin/unit) \
-    #&& (cd test/regression; chmod 755 run.py; ./run.py; \
-	  #chmod 755 result_checker.py; ./result_checker.py)
+    && (cd test/regression; chmod 755 run.py; ./run.py; \
+	   chmod 755 result_checker.py; ./result_checker.py)
 fi