aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-15 07:52:56 -0700
committerGitHub <noreply@github.com>2020-01-15 07:52:56 -0700
commitc08b52b764ea3cc5e4c6853529aedaccff62e8e7 (patch)
tree54d2eb1455f48485a90a17aff7af139175a8b21b /run_tests.sh
parent69949a5ff1fd38ccb8080c424bb14a59bc718757 (diff)
parent8732516d55b2b07682bf40a242ba523fe3864238 (diff)
downloadfpm-c08b52b764ea3cc5e4c6853529aedaccff62e8e7.tar.gz
fpm-c08b52b764ea3cc5e4c6853529aedaccff62e8e7.zip
Merge pull request #15 from certik/tests
Remove manual tests
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/run_tests.sh b/run_tests.sh
deleted file mode 100755
index 8a517cc..0000000
--- a/run_tests.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-set -ex
-
-fpm=$(pwd)/target/debug/fpm
-
-cd tests/1
-${fpm} build
-${fpm} run
-cd ../..
-
-cd tests/2
-${fpm} build
-${fpm} run
-cd ../..