summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2021-08-05 15:09:19 +0200
committerRegia König2021-08-05 15:09:19 +0200
commit3ad44037ce96dfacd0ea2eb66a4490438d30b005 (patch)
treeab01887ed0f083233be90619e5f20c47fa72458f
parentRemove TODO file (diff)
downloadmemtest86-3ad44037ce96dfacd0ea2eb66a4490438d30b005.tar.gz
memtest86-3ad44037ce96dfacd0ea2eb66a4490438d30b005.tar.xz
memtest86-3ad44037ce96dfacd0ea2eb66a4490438d30b005.zip
Eliminate run.sh
-rw-r--r--efi_memtest/Makefile2
-rwxr-xr-xefi_memtest/run.sh4
2 files changed, 1 insertions, 5 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile
index 8d89e6d..465f39e 100644
--- a/efi_memtest/Makefile
+++ b/efi_memtest/Makefile
@@ -195,7 +195,7 @@ move:
cp MemtestEfi.efi ../test_code/hda-contents
run:
- sudo ./run.sh
+ (cd ../test_code; sudo ./run.sh)
diff --git a/efi_memtest/run.sh b/efi_memtest/run.sh
deleted file mode 100755
index cff68e8..0000000
--- a/efi_memtest/run.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-(cd ../test_code;
-./run.sh)